Skip to content
Success

Changes

Summary

  1. Revert clubb api module changes (#1228) (details)
  2. Fixed equality check in pdf_closure_module (#1229) (details)
  3. add dycore grid with conservative remapping scheme (details)
Commit 327bc1e35f9f2f5c9e58dadab76aa8a4452f711b by noreply
Revert clubb api module changes (#1228)

* Revert intent changes to err_code_api in clubb_api_module to stay consistent with host models
CLUBB ticket #975

Reverted changes in advance_clubb_core_api and to corresponding call in run_clubb

Since the module variable is not used anywhere anymore, we can also remove it from the module
The file was modified src/CLUBB_core/clubb_api_module.F90 (diff)
The file was modified src/clubb_driver.F90 (diff)
The file was modified src/CLUBB_core/error_code.F90 (diff)
Commit 455fbc12e83f4475429afcff526571537f9be66a by noreply
Fixed equality check in pdf_closure_module (#1229)

CLUBB ticket #975

WRF detected this error. Fixed it.
The file was modified src/CLUBB_core/pdf_closure_module.F90 (diff)
Commit 7783e3a73fe5643538f55dea8418c8adf0d0e4f8 by noreply
add dycore grid with conservative remapping scheme

* add tunable parameter interp_from_dycore_grid_method

* add dycore interpolation to atex case with conservative remapping by ullrich

* remove new gpu commands

* add acc annotation for gpu

* remove acc annotation again

* add acc annotation for parallel loop

* add acc annotations for parallel loop execution

* change remapping subroutine to take number of levels and levels as input instead of whole grid object

* add more general functions to interpolate

* add and refactor functions for remapping values given on zm levels

* fix compiler errors and refactoring to stay under 100 chars per line

* remove TODOs and used new interpolating function in interpolate_forcings

* add functions for adaptive grid generation and grid density function normalization

* add conservative ullrich remapping to cases with forcing time dependent inputs

* add grid adaptation and flag

* clean up and add warning for case when remapping from dycore flag cannot be used

* some refactoring

* add logical flag for dycore and renamed flags for dycore and grid adaptation

* remove ifdefs

* refactoring

* add units

* changed Lscale to inverse

---------

Co-authored-by: Steffen Carstensen <steffenc34@icloud.com>
The file was modified src/G_unit_test_types/pdf_parameter_tests.F90 (diff)
The file was modified src/Benchmark_cases/atex.F90 (diff)
The file was modified src/CLUBB_core/interpolation.F90 (diff)
The file was modified input/tunable_parameters/configurable_model_flags.in (diff)
The file was modified src/clubb_tuner.F90 (diff)
The file was addedinput/grid/31_level_zm_grid_physics9.grd
The file was modified src/G_unit_test_types/spurious_source_test.F90 (diff)
The file was modified src/CLUBB_core/model_flags.F90 (diff)
The file was modified src/time_dependent_input.F90 (diff)
The file was modified src/clubb_driver.F90 (diff)
The file was addedsrc/CLUBB_core/grid_adaptation.F90