-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unify obs and test configurations between FV3-JEDI and MPAS-JEDI (#255)
## Description The goal of this PR is to unify the obs and configuration between FV3-JEDI and MPAS-JEDI.
- Loading branch information
1 parent
0f4c45a
commit d7172d4
Showing
53 changed files
with
14,054 additions
and
4,087 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
../.agent/bumploc/conus12km-401km11levels_20240912 | ||
../.agent/bumploc/conus12km-401km11levels_20241212_mpi160 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../.agent/expr_data/fv3_2024052700/Data/bkg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../.agent/crtm/2.4.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../.agent/expr_data/fv3_2024052700/Data/fieldmetadata |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../.agent/expr_data/fv3_2024052700/Data/geovals |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../.agent/expr_data/fv3_2024052700/Data/inputs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../.agent/expr_data/obs_2024052700 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
../../.agent/expr_data/mpas_2024052700_mpasout/obs | ||
../../.agent/expr_data/obs_2024052700 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../.agent/graphinfo/conus12km_mpas.graph.info |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../.agent/graphinfo/conus12km_mpas.graph.info.part.160 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
met_guess:: | ||
!var level crtm_use desc orig_name | ||
ps 1 -1 surface_pressure ps | ||
z 1 -1 geopotential_height phis | ||
u 65 2 zonal_wind u | ||
v 65 2 meridional_wind v | ||
w 65 -1 vertical velocity w | ||
tv 65 2 virtual_temperature tv | ||
q 65 2 specific_humidity sphu | ||
oz 65 2 ozone ozone | ||
delp 65 -1 fv3 del pressure delp | ||
t2m 1 -1 2-m_T t2m | ||
q2m 1 -1 2-m_Q q2m | ||
! ql 65 10 cloud_condensate QCLOUD | ||
! qr 65 10 rain QRAIN | ||
! qs 65 10 snow QSNOW | ||
! qi 65 10 ice QICE | ||
! qg 65 10 graupel QGRAUP | ||
! dbz 65 10 reflectivity REFL_10CM | ||
:: | ||
|
||
state_derivatives:: | ||
!var level src | ||
ps 1 met_guess | ||
u 65 met_guess | ||
v 65 met_guess | ||
tv 65 met_guess | ||
q 65 met_guess | ||
oz 65 met_guess | ||
prse 66 met_guess | ||
:: | ||
|
||
state_tendencies:: | ||
!var levels source | ||
u 65 met_guess | ||
v 65 met_guess | ||
tv 65 met_guess | ||
q 65 met_guess | ||
oz 65 met_guess | ||
prse 66 met_guess | ||
:: | ||
|
||
state_vector:: | ||
!var level itracer source funcof | ||
u 65 0 met_guess u | ||
v 65 0 met_guess v | ||
w 65 0 met_guess w | ||
tv 65 0 met_guess tv | ||
tsen 65 0 met_guess tv,q | ||
q 65 1 met_guess q | ||
! oz 65 1 met_guess oz | ||
prse 66 0 met_guess prse | ||
ps 1 0 met_guess prse | ||
sst 1 0 met_guess sst | ||
! qr 65 1 met_guess qr | ||
! ql 65 1 met_guess qc | ||
! qs 65 1 met_guess qs | ||
! qi 65 1 met_guess qi | ||
! qg 65 1 met_guess qg | ||
! dbz 65 1 met_guess dbz | ||
:: | ||
|
||
control_vector:: | ||
!var level itracer as/tsfc_sdv an_amp0 source funcof | ||
sf 65 0 0.90 -1.0 state u,v | ||
vp 65 0 0.90 -1.0 state u,v | ||
ps 1 0 1.00 -1.0 state prse | ||
t 65 0 1.40 -1.0 state tv | ||
q 65 1 0.80 -1.0 state q | ||
sst 1 0 1.00 -1.0 state sst | ||
stl 1 0 1.00 -1.0 motley sst | ||
sti 1 0 1.00 -1.0 motley sst | ||
! qr 65 1 1.0 -1.0 state qr | ||
! qs 65 1 1.0 -1.0 state qs | ||
! qi 65 1 1.0 -1.0 state qi | ||
! qg 65 1 1.0 -1.0 state qg | ||
! ql 65 1 1.0 -1.0 state qc | ||
! dbz 65 1 1.00 -1.0 state dbz | ||
:: |
Oops, something went wrong.