Brian Eaton

Results 45 comments of Brian Eaton

I've taken a look at the cesm.bldlog files from both runs. The compile commandline for med_kind_mod.F90 in the run that fails (in the output posted above) contains ``` ... -I/glade/derecho/scratch/sunjian/cam6_run/F2000dev.ne30pg3_ne30pg3_mg17.derecho.nvhpc.gpu04_pcols00016_mpi0128_thread001_rrtmg.aer_bug_154/bld/iac/obj...

The successful run in `cam6_3_153` didn't have `PIO_INCDIR` set either. Why is that run set up differently than the run with `cam6_3_154`?

@sjsprecious, Nice work tracking this down. Cheryl will soon be updating CAM's externals and the `ccs_config_cesm0.0.106` tag will come in with that update.

Hi @jshaw35, @dustinswales, @brianpm. As Brian M. pointed out, `conv_water_4rad` is not designed to be called multiple times. In order to use the `totg_liq` and `totg_ice` outputs from `conv_water_4rad`, the...

Hi @adamrher. I think it's a bug only in the sense that COSP is using these variables assuming that they contain the deep convection cloud water when in fact they...

Hi @jshaw35 and @brianpm. I have implemented the changes discussed in this issue and would like to get feedback on whether things are looking reasonable before opening a PR. Please...

This was resolved in the cam6_4_011 tag during the update to cesm3_0_alpha02a submodules. CLM60 is now used in all compsets using CAM70.

Threading has not worked in the SE dycore for a long time. As far as I know it has never provided enough benefit over pure mpi configurations to make its...

I can add that @johnmauff put considerable effort into improving SE dycore performance by using threads in the past. He may have comments as well. My guess is that a...

Can't the PE layouts be configured to not use threads for SE grids?