Francis Vitt

Results 82 comments of Francis Vitt

@ekluzek With that hash, I am getting this error: ``` err=ERROR : CLM build-namelist::CLMBuildNamelist::setup_logic_megan() : megan_specifier or megan_factors_file defined, but megan option NOT set ``` The `outfrq9s_nochem` user_mod is not...

> @fvitt I have another updated CTSM version for you to try out: > > 786252bb012172e53ced93b40b9730d11f8d6efe > > I ran > > SMS_Ln9.f19_f19_mg17.FHIST.derecho_intel.cam-outfrq9s_nochem > > with it and it passed....

> > > @fvitt I have another updated CTSM version for you to try out: > > > 786252bb012172e53ced93b40b9730d11f8d6efe > > > I ran > > > SMS_Ln9.f19_f19_mg17.FHIST.derecho_intel.cam-outfrq9s_nochem > >...

@ekluzek I fixed a bug on the CAM side. The Leung dust emissions schemes seems to be working now.

@ekluzek I am getting a lot of test failures in F compsets when `LND_SETS_DUST_EMIS_DRV_FLDS=FALSE`. See in CLM build-namelist failures in the following cases in /glade/derecho/scratch/fvitt/aux_cam_intel_20240903232235 ``` PEND ERP_Ld3.f09_f09_mg17.FWHIST.derecho_intel.cam-reduced_hist1d PEND ERP_Ln9.f09_f09_mg17.FCSD_HCO.derecho_intel.cam-outfrq9s...

This has yet to be tested and evaluated.

@cacraigucar, I tried to implement these changes. However the changes cause restarts to fail when the cmeps mediator is used. I don't have time to deal with this. Can this...

@dmleung I believe the code mods for the dust optics should be done in `refractive_aerosol_optics_mod.F90`, rather than `aerosol_optics_cam.F90`.

Suggested changes to `test/system/TR8.sh` ``` diff --git a/test/system/TR8.sh b/test/system/TR8.sh index 498c9bb5..cbdb4004 100755 --- a/test/system/TR8.sh +++ b/test/system/TR8.sh @@ -58,12 +58,12 @@ fi #Check Chemistry if [ -d "${CAM_ROOT}/components/cam" ]; then -ruby...

> When I run submit aux_cam test suite I get a lot of errors because I am on derecho instead of izumi. Is it still useful for me to test...