Ufuk Turunçoğlu

Results 41 issues of Ufuk Turunçoğlu
trafficstars

I am testing CDEPS with generic driver and the configuration only involves DATM+LND components. The LND component does not require all the fields that are provided by the DATM and...

enhancement

In CDEPS in standalone mode, the module files that are installed to include directory are not complete. `*_comp_nuopc.mod` files are missing which is required to use in external application.

bug

The data component gives following error when user uses empty `` xml tag. It would be nice to have more meaningful error message that indicates missing stream data file. ```...

enhancement

The temporally subsetted stream files need to be handled by the CDEPS for especially high resolution input datasets such as ERA5. To test the capability in the current version of...

enhancement

Defining both wind and stress components in namelist_definition_datm.xml is not working. I have tested both ``` u:v,taux:tauy ``` and ``` 'u:v','taux:tauy' ``` syntaxes and the stress components do not appear...

bug

Need to understand relationship between shortwave bands and net shortwave rad. Currently it is provided directly from ERA5 and the total of the bands are not consistent with the swnet....

bug
question

It seems that following if statement is not working properly and tries to get mesh out of `cpl_scalars`. https://github.com/ESCOMP/CMEPS/blob/98dcf46c8886104b95cddfd5b02588b3dd9f6722/mediator/med_methods_mod.F90#L390 Just before the if statement the code tries to remove the...

bug

### 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 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

@jedwards4b @mvertens I think there is something wrong in the following piece of code in CMEPS, https://github.com/ESCOMP/CMEPS/blob/04e2f6bc98959ec9b062de8fde06197c8a64c0e1/mediator/esmFldsExchange_cesm_mod.F90#L1364C11-L1364C93 In my case, I am tying to run WRF+DOCN configuration (CMCC regional coupling...

bug