Joerg Henrichs

Results 115 issues of Joerg Henrichs

build_output/science/jules/science/params/veg3_param_mod.f90 contains: ``` LOGICAL :: l_veg3 = .FALSE. PUBLIC :: veg3_parm_init, veg3_parm_allocate PUBLIC :: veg3_ctrl, litter_parms, red_parms, l_veg3 PUBLIC :: veg3_ctrl_type, litter_parm_type, red_parm_type PROTECTED :: l_veg3, litter_parms, veg3_ctrl, red_parms ```...

enhancement
NG-ARCH

The restriction on not supporting distributed memory should be easy to lift, by just adding a rank number to the output files. The driver would then not read only one,...

in progress
PSyData

While working on UKCA files: ``` MODULE ukca_api_mod USE ukca_setup_mod, ONLY: ukca_setup USE ukca_step_control_mod, ONLY: ukca_step_control ``` But `ukca_step_control` is not used in ukca_api_mod. When trying to run kernel extraction,...

Addresses #458: 1. Leave comments in the code (to support UM-style "depends on" comments) 2. Add example code of how to leave some definitions unchanged, used to leave "DrHook variables"...

ready for review

1. Keep comments (for UM-style 'depends on' comments) 2. Show how to test for `CHARACTER(LEN=*), PARAMETER, PRIVATE :: ModuleName='SW_RAD_TILE_KERNEL_MOD'`, which might need private (in case of wild-card imports ModuleName can...