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

This has been a part of the Large & Pond flux scheme in `shr_flux_mod` for a long time, but it's worth noting that right now the neutral equivalent 10m wind...

### Description of changes Fixes the case of alarms based on nsteps when components have different individual timesteps. ### Specific notes Contributors other than yourself, if any: @mvertens CMEPS Issues...

Unless RESTART_OPTION is never a restart file should always be written at the end of the run. Currently this is not the case.

enhancement

@jedwards4b I'm having trouble w/ the gust variables again. I've made this change ``` index ad2eda90..1678238d 100644 --- a/mediator/med_phases_aofluxes_mod.F90 +++ b/mediator/med_phases_aofluxes_mod.F90 @@ -1717,10 +1717,6 @@ end subroutine med_aofluxes_map_ogrid2xgrid_input call fldbun_getfldptr(fldbun,...

I don't believe that the mediator is correctly triggering RESTART writes. In the following case I get restart files for all components except rof and cpl. ``` create_newcase --case f.cam6_3_144.ne30.datest...

### Description of changes This PR fixes So_t wiring in the configuration like atm+docn. ### Specific notes Contributors other than yourself, if any: N/A CMEPS Issues Fixed (include github issue...

The routine [`med_phases_profile` attempts to get the wall clock time](https://github.com/ESCOMP/CMEPS/blob/7e0908cb958fc36002225efe00a3181f24c41c7a/mediator/med_phases_profile_mod.F90#L173-L179) using the calendar [set in the NUOPC `CLOCK_attributes`](https://github.com/ESCOMP/CMEPS/blob/7e0908cb958fc36002225efe00a3181f24c41c7a/cesm/driver/ensemble_driver.F90#L187-L199). This can cause issues if the calendar is not GREGORIAN. For example,...

### Description of changes Update calculation of enthalpy and include for F cases. ### Specific notes Contributors other than yourself, if any: Mariana Vertenstein, Gustavo Marques, Peter Lauritzen CMEPS Issues...

When `histaux` output is configured in _nuopc.runconfig_ to write mediator history output, the resulting netcdf is garbage. It looks like a combination of 0s and fill values. E.g. this example...

The existing implementation only supports the field exchanges if normalization does not involve. The CDEPS inline capability is can be used in `med_map_field_packed()` routine and supports only if `mapnorm` is...

enhancement