Ufuk Turunçoğlu
Ufuk Turunçoğlu
## Description The land component model RT (`control_p8_atmlnd`) is failing when it is compiled with `-DDEBUG=ON` option. This is mainly caused by the inconsistencies in the input files (fix files...
## Description At this point, we are working on developing new [ufs-coastal](https://github.com/oceanmodeling/ufs-coastal/tree/feature/coastal_app) model and it would be nice to have more flexibility in exiting RT system that would allow users...
## Description It seems that AQM submodule is broken. It indicates that `UTIL/create_ebi/src_RXNSU/junit.F` and `UTIL/inline_phot_preproc/src/CSQY_DATA.F` are modified after fresh clone. ### To Reproduce: What compilers/machines are you seeing this with?...
## Description The stream definition config file is diverged between XML and ESMF Config options. This needs to be fixed. ## Solution The `shr_stream_init_from_esmfconfig()` call under `CDEPS/streams/dshr_stream_mod.F90` needs to be...
Hi, I am getting following error when I try to install wrf-python 1.3.2.4 using Intel compiler and Python 2.7.16 on Cheyenne, ``` pip install . DEPRECATION: Python 2.7 will reach...
## Description ESMX is the Earth System Model eXecutable layer. The ESMX layer is built on top of the ESMF and NUOPC APIs and the idea behind ESMX is to...
**Observations:** If two different component will exchange data with same name (mask variable is defined in both ocean and atmosphere model), then the model gives error related with internal field...
I have just realize that the wind rotation part of the driver only valid for Lambert Conformal projection but as you already know that we have more domains now and...
I think that current implementation of CDEPS does not allow to handle data files on unstructured mesh. It seems that [shr_strdata_set_stream_iodesc()](https://github.com/ESCOMP/CDEPS/blob/4a38196540e9397147eacac244960ce72ad8f8d3/dshr/dshr_mod.F90#L240) has some assumptions (like 2d fields are assuming both...
I am trying to create a generic mode for datm like copyall in docn. This will be used for replacement of ATMMESH used in CoastalApp and initially provide only `Sa_pslv`,...