NGEET / fates

repository for the Functionally Assembled Terrestrial Ecosystem Simulator (FATES)
Other
95 stars 91 forks source link

nocomp fixed biogeo run with the new arctic pfts generating patch fusion warnings #1241

Open rgknox opened 2 weeks ago

rgknox commented 2 weeks ago

Here is the warning, I'm getting lots of these:

Warning. small nocomp patch wasnt able to find another patch to fuse with.
275:            0           0  3.369058051535781E-003

Is this something strange that should be stopping the model? But if this is acceptable, and we just want a sense if it is still happening, maybe FatesWarn() would be a better option. FatesWarn will stop generating the message after so many iterations.

https://github.com/NGEET/fates/blob/sci.1.78.1_api.36.0.0/biogeochem/EDPatchDynamicsMod.F90#L3468-L3472

https://github.com/NGEET/fates/blob/sci.1.78.1_api.36.0.0/main/FatesGlobals.F90#L103

ckoven commented 2 weeks ago

this happens a lot in the nocomp runs I've been doing as well. Agreed that it should probably be a FatesWarn() instance.