CMEPS icon indicating copy to clipboard operation
CMEPS copied to clipboard

NUOPC Community Mediator for Earth Prediction Systems

Results 131 CMEPS issues
Sort by recently updated
recently updated
newest added

### Description of changes Reintroduce wav2ocn and ocn2wav map xml variables. ### Specific notes Contributors other than yourself, if any: mvertens CMEPS Issues Fixed (include github issue #): Are changes...

As the title says, the very high resolution runs often have single variables that exceed the limitations of the 64-bit 'offset' mode in NetCDF. I'll submit a PR momentarily that...

Following the implementation of glc->ocn coupling via going through mosart (https://github.com/ESCOMP/CMEPS/pull/463), the heat content (or enthalpy) associated with these fields must be computed and provided to OCN. [here](https://github.com/ESCOMP/CMEPS/pull/278/) is a...

Related to #482. Once two compiling error described in #482 locally, the model is successfully compiled. when try running, however, it hangs at very beginning of the initialization. I got...

bug
CESM only

I've been debugging an issue in UFS where adding a new configuration setting (``write_restart_at_endofrun``) caused an intel debug test on only derecho to fail in med.F90, during the creation of...

Some of the things printed to the med.log file have little or no value and should be removed. For example: ``` (module_med_map: med_map_routehandles_initfrom_field) creating RH redist for atm to lnd...

In recent BLTHIST experiments of @cecilehannay, the orbital parameters are getting written to med.log every timestep, i.e., 48 times per day. In my opinion, it's a fair amount of clutter....

I have been trying to re-run a case that completed by setting "CONTINUE_RUN=FALSE" and then resubmitting, however I get a strange error having to do with "trace streams" in my...

Short version: How do I build CMEPS as a library that can be used as the mediator for an ESMF/NUOPC coupled model? I've tried a few obvious approaches but none...

### Description of changes Adds variables MEM_PER_TASK and MAX_MEM_PER_NODE for greater control of memory options on derecho - it can also be used elsewhere but initially only on derecho, requires...