CMEPS
CMEPS copied to clipboard
NUOPC Community Mediator for Earth Prediction Systems
### Description of changes Adds an interface to the HPE SmartSim database. Currently only tested on casper with gnu compiler. Adds a test mod for testing with smartsim. Requires CESM_share...
Mediator history files with time-averaged fields currently do not preserve averages across restarts. This is a problem for https://github.com/esmci/cime/issues/873 , but is also a more general problem, such as for...
The documentation for CCPP Host Model to calculate atmosphere-ocean fluxes and exchange grid configuration under UFS application need to be added.
The errors occur in the following line: https://github.com/ESCOMP/CMEPS/blob/95e148bde5d71d31fd431f11a2539d461b325b9a/mediator/med_phases_restart_mod.F90#L88 Errors message is like such: ``` 20220505 103527.148 ERROR PET0 (med_time_alarmInit):date requires opt_ymd 20220505 103527.149 ERROR PET0 ESMF_Alarm.F90:1445 ESMF_AlarmSet() Object being used...
Like other externals the path for cime tools should be updated from cime/scripts/Tools to cime/CIME/Tools. It does seem to build and run even with this issue... ``` cime_config/buildexe:sys.path.append(os.path.join(_CIMEROOT, "scripts", "Tools"))...
Running B1850Mom I see these messages in the med log: (module_med_map: med_map_routehandles_initfrom_field) creating RH redist for atm to lnd srcMask = -987987 dstMask = -987987 (module_med_map: med_map_routehandles_initfrom_field) creating RH patch_uv3d...
From a conversation earlier with @mvertens , it seemed like CMEPS is currently using area conservative mapping for states as well as fluxes, at least for some components (e.g., lnd...
Currently the file nuopc.runconfig is not separated for multi-instance cases. This means that nothing in the file can be provided independently to each component instance.
We're working on a way to modify the calculation of surface fluxes (over ocean first) to include the impacts of convective gustiness. A few years ago, @swrneale implemented the modifications...