Use default option for config_extrap_airtemp in namelist.init_atmosphere#424
Use default option for config_extrap_airtemp in namelist.init_atmosphere#424
Conversation
| / | ||
| &interpolation_control | ||
| config_extrap_airtemp = 'linear' | ||
| config_extrap_airtemp = 'lapse-rate' |
There was a problem hiding this comment.
Is this going to impact all of the scenarios which run a forecast?
There was a problem hiding this comment.
That's a good question @jim-p-w! Scenarios that run mpas_init_atmosphere will now be using this option. My test ForecastFromGFSAnalyses confirms it runs with no issue. I will run other tests to confirm any differences.
There was a problem hiding this comment.
Just confirming the scenarios that run mpas_init_atmosphere complete successfully. As can be expected, some differences are found in theta field at level 0 in the init file due to the change in the method used for the extrapolation of air temperature above/below first-guess levels.
There was a problem hiding this comment.
Just confirming the scenarios that run
mpas_init_atmospherecomplete successfully. As can be expected, some differences are found in theta field at level 0 in the init file due to the change in the method used for the extrapolation of air temperature above/below first-guess levels.
@ibanos90 Thanks for checking this.
Description
In PR#418, the capability to convert ERA5 model-level analyses to the MPAS initial conditions format was added. However, when using the current
linearoption inconfig/mpas/initic/namelist.init_atmosphere, unrealistic values of potential temperature (θ) are produced (min=17K), leading to model forecast failure. In contrast, usinglapse-rate(the default in the User’s Guide) orconstantboth yield physically realistic values. Whilelinearperforms well for GFS analyses and ERA5 pressure-level data, it does not properly handle ERA5 model-level data. Therefore, in this PR, the default option is changed tolapse-rateas it works across all external data sources. Additionally, a new scenario is introduced to generate forecasts using ERA5 model-level data.Issue closed
None
Tests completed
Tier 1:
Tier 2: