Frequently Asked Questions - ufs-community/ufs-weather-model GitHub Wiki

Turning off ESMF PET logs

For the coupled model, ESMF PET logs are turned on automatically in the regression tests. To turn off ESMF PET logs, change the print_esmf setting:

print_esmf: .false.

Creating instantaneous CICE history files

By default, the CICE history files are 6 hourly means. For comparison to FV3 output, it is often helpful to have CICE history files as instantaneous 6 hour snapshots. To turn off averaging in the CICE output, change the ice_in value of hist_avg:

hist_avg       = .false.
⚠️ **GitHub.com Fallback** ⚠️