Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/mpas/initic/namelist.init_atmosphere
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
config_tc_vertical_grid = true
/
&interpolation_control
config_extrap_airtemp = 'linear'
config_extrap_airtemp = 'lapse-rate'
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this going to impact all of the scenarios which run a forecast?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@ibanos90 Thanks for checking this.

/
&preproc_stages
config_static_interp = false
Expand Down
40 changes: 40 additions & 0 deletions scenarios/ForecastFromERAmlAnalyses.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
suite: ForecastFromExternalAnalyses

externalanalyses:
resource: "ERA5.GDEX"

experiment:
name: 'ForecastFromERA5mlAnalyses'
prefix: ''

extendedforecast:
meanTimes: T00,T12
lengthHR: 24
outIntervalHR: 12
#execute: False # uncomment if forecasts are already completed

# optionally turn on extended forecast post
post: [verifyobs, verifymodel]

hpc:
CriticalPriority: economy
NonCriticalPriority: economy

members:
n: 1

model:
outerMesh: 120km
innerMesh: 120km

observations: # for optional verification
resource: GladeRDAOnline

workflow:
first cycle point: 20220606T00
final cycle point: 20220607T00
max active cycle points: 4

verifymodel:
#script directory: /glade/derecho/scratch/ivette/pandac/graphics/15km_abiahi/mpas-jedi/graphics
anaRef: 'ERA5'