NUOPC interface for coupling #119
Replies: 6 comments 22 replies
-
The TemperatureSoilBottom variable is the deep soil temperature as a bottom boundary condition to force soil temperature calculations. This variable is used only if the noahmp physics option TBOT_OPTION = 2. This variable is typically set to the annual mean surface/ground temperature. |
Beta Was this translation helpful? Give feedback.
-
@barlage @cenlinhe I have couple of questions,
|
Beta Was this translation helpful? Give feedback.
-
@barlage We might need to create new initial condition for C96 configuration coupled with ERA5 since I think the current version used with old version of NoahMP has no all the variables required. Here is the content of the current file. Anyway, let me know what you think. At this point I am implementing a routine that will get exiting fields but maybe we need more.
|
Beta Was this translation helpful? Give feedback.
-
@cenlinhe @barlage In the old version of the code STC dimension was equal to number of soil layer (https://github.com/NOAA-EMC/noahmp/blob/0cd3e23ae5d35ef93e205e4d0c3b13ccc0d851f5/drivers/ccpp/noahmpdrv.F90#L778) but in the new code TemperatureSoilSnow also includes the snow layers. How we need to set this new variable? @barlage The initial condition has only soil levels and does not include snow layers. |
Beta Was this translation helpful? Give feedback.
-
@uturuncoglu we should talk about some of the more general plans here. All of these initial states are created in ccpp. So, we should try to come up with a generalization of this. There shouldn't be much that has changed in regards to initialized variables between the refactored and non-refactored code. I had wanted the code that is referenced above to be in the noahmp part of ccpp. |
Beta Was this translation helpful? Give feedback.
-
@cenlinhe There is a variable in noahmp table |
Beta Was this translation helpful? Give feedback.
-
@cenlinhe I am trying to port NUOPC coupling interface to new restructured code. I could not be sure about how I need to set TemperatureSoilBottom variable that is in the forcing data structure. I just wonder if you could give more information about it. How are you handling it in ERA5 case?
Beta Was this translation helpful? Give feedback.
All reactions