Skip to content

Commit e951bac

Browse files
authored
FMS 2023.04 change and using relative paths in config (#395)
* fms version update * switch to relative path for configurations * switch to relative path for rcov * flow.cylc changes, abandan static stage for now * sles15 modules
1 parent 0ea42f6 commit e951bac

File tree

17 files changed

+42
-50
lines changed

17 files changed

+42
-50
lines changed

src/swell/configuration/jedi/interfaces/geos_atmosphere/model/background.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
datetime: '{{local_background_time_iso}}'
22
filetype: cube sphere history
33
provider: geos
4-
datapath: ''
5-
filenames: ['{{cycle_dir}}/bkg.%yyyy%mm%ddT%hh%MM%ssZ.nc4',
6-
'{{experiment_root}}/{{experiment_id}}/stage/fv3-jedi/geos_atmosphere/bkg/geos.crtmsrf.{{horizontal_resolution}}.nc4']
4+
datapath: '{{cycle_dir}}'
5+
filenames: ['bkg.%yyyy%mm%ddT%hh%MM%ssZ.nc4',
6+
'fv3-jedi/bkg/geos.crtmsrf.{{horizontal_resolution}}.nc4']
77
state variables: [ua,va,t,delp,ps,q,qi,ql,qr,qs,o3ppmv,phis,
88
qls,qcn,cfcn,frocean,frland,varflt,ustar,bstar,
99
zpbl,cm,ct,cq,kcbl,tsm,khl,khu,frlake,frseaice,vtype,

src/swell/configuration/jedi/interfaces/geos_atmosphere/model/background_error.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ covariance model: SABER
22
saber central block:
33
saber block name: gsi hybrid covariance
44
read:
5-
gsi akbk: '{{experiment_root}}/{{experiment_id}}/stage/fv3-jedi/geos_atmosphere/fv3files/akbk{{vertical_resolution}}.nc4'
6-
gsi error covariance file: '{{experiment_root}}/{{experiment_id}}/stage/fv3-jedi/geos_atmosphere/gsibec/gsibec_coefficients_c{{horizontal_resolution}}.nc4'
7-
gsi berror namelist file: '{{experiment_root}}/{{experiment_id}}/stage/fv3-jedi/geos_atmosphere/gsibec/{{gsibec_configuration}}_c{{horizontal_resolution}}.nml'
5+
gsi akbk: './fv3-jedi/fv3files/akbk{{vertical_resolution}}.nc4'
6+
gsi error covariance file: './fv3-jedi/gsibec/gsibec_coefficients_c{{horizontal_resolution}}.nc4'
7+
gsi berror namelist file: './fv3-jedi/gsibec/{{gsibec_configuration}}_c{{horizontal_resolution}}.nml'
88
processor layout x direction: {{gsibec_npx_proc}}
99
processor layout y direction: {{gsibec_npy_proc}}
1010
debugging mode: false
@@ -15,9 +15,9 @@ saber outer blocks:
1515
mole_fraction_of_ozone_in_air,
1616
fraction_of_ocean,fraction_of_lake,fraction_of_ice,
1717
sfc_geopotential_height_times_grav]
18-
gsi akbk: '{{experiment_root}}/{{experiment_id}}/stage/fv3-jedi/geos_atmosphere/fv3files/akbk{{vertical_resolution}}.nc4'
19-
gsi error covariance file: '{{experiment_root}}/{{experiment_id}}/stage/fv3-jedi/geos_atmosphere/gsibec/gsibec_coefficients_c{{horizontal_resolution}}.nc4'
20-
gsi berror namelist file: '{{experiment_root}}/{{experiment_id}}/stage/fv3-jedi/geos_atmosphere/gsibec/{{gsibec_configuration}}_c{{horizontal_resolution}}.nml'
18+
gsi akbk: './fv3-jedi/fv3files/akbk{{vertical_resolution}}.nc4'
19+
gsi error covariance file: './fv3-jedi/gsibec/gsibec_coefficients_c{{horizontal_resolution}}.nc4'
20+
gsi berror namelist file: './fv3-jedi/gsibec/{{gsibec_configuration}}_c{{horizontal_resolution}}.nml'
2121
processor layout x direction: {{gsibec_npx_proc}}
2222
processor layout y direction: {{gsibec_npy_proc}}
2323
debugging mode: false
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
fms initialization:
2-
namelist filename: '{{experiment_root}}/{{experiment_id}}/stage/fv3-jedi/geos_atmosphere/fv3files/fmsmpp.nml'
3-
field table filename: '{{experiment_root}}/{{experiment_id}}/stage/fv3-jedi/geos_atmosphere/fv3files/field_table_gmao'
4-
akbk: '{{experiment_root}}/{{experiment_id}}/stage/fv3-jedi/geos_atmosphere/fv3files/akbk{{vertical_resolution}}.nc4'
2+
namelist filename: './fv3-jedi/fv3files/fmsmpp.nml'
3+
field table filename: './fv3-jedi/fv3files/field_table_gmao'
4+
akbk: './fv3-jedi/fv3files/akbk{{vertical_resolution}}.nc4'
55
layout: [{{npx_proc}},{{npy_proc}}]
66
npx: {{horizontal_resolution}}
77
npy: {{horizontal_resolution}}
88
npz: {{vertical_resolution}}
9-
field metadata override: '{{experiment_root}}/{{experiment_id}}/stage/fv3-jedi/geos_atmosphere/fieldmetadata/geos.yaml'
9+
field metadata override: './fv3-jedi/fieldmetadata/geos.yaml'
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
fms initialization:
2-
namelist filename: '{{experiment_root}}/{{experiment_id}}/stage/fv3-jedi/geos_atmosphere/fv3files/fmsmpp.nml'
3-
field table filename: '{{experiment_root}}/{{experiment_id}}/stage/fv3-jedi/geos_atmosphere/fv3files/field_table_gmao'
4-
akbk: '{{experiment_root}}/{{experiment_id}}/stage/fv3-jedi/geos_atmosphere/fv3files/akbk{{vertical_resolution}}.nc4'
2+
namelist filename: './fv3-jedi/fv3files/fmsmpp.nml'
3+
field table filename: './fv3-jedi/fv3files/field_table_gmao'
4+
akbk: './fv3-jedi/fv3files/akbk{{vertical_resolution}}.nc4'
55
layout: [{{npx_proc}},{{npy_proc}}]
66
npx: {{horizontal_resolution}}
77
npy: {{horizontal_resolution}}
88
npz: {{vertical_resolution}}
9-
field metadata override: '{{experiment_root}}/{{experiment_id}}/stage/fv3-jedi/geos_atmosphere/fieldmetadata/geos.yaml'
9+
field metadata override: './fv3-jedi/fieldmetadata/geos.yaml'

src/swell/configuration/jedi/interfaces/geos_atmosphere/model/pseudo-model.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ name: PSEUDO
22
tstep: {{background_frequency}}
33
filetype: cube sphere history
44
provider: geos
5-
datapath: ''
6-
filenames: ['{{cycle_dir}}/bkg.%yyyy%mm%ddT%hh%MM%ssZ.nc4',
7-
'{{experiment_root}}/{{experiment_id}}/stage/fv3-jedi/geos_atmosphere/bkg/geos.crtmsrf.{{horizontal_resolution}}.nc4']
5+
datapath: '{{cycle_dir}}'
6+
filenames: ['bkg.%yyyy%mm%ddT%hh%MM%ssZ.nc4',
7+
'fv3-jedi/bkg/geos.crtmsrf.{{horizontal_resolution}}.nc4']
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
- link_files:
2+
directories:
3+
- ['{{swell_static_files}}/jedi/interfaces/geos_atmosphere/GEOS_CRTM_Surface/geos.crtmsrf.{{horizontal_resolution}}.nc4', '{{cycle_dir}}/fv3-jedi/bkg/']
4+
- ['{{experiment_root}}/{{experiment_id}}/jedi_bundle/source/fv3-jedi/test/Data/fieldmetadata/*', '{{cycle_dir}}/fv3-jedi/fieldmetadata/']
5+
- ['{{experiment_root}}/{{experiment_id}}/jedi_bundle/source/fv3-jedi/test/Data/fv3files/*', '{{cycle_dir}}/fv3-jedi/fv3files/']
6+
- ['{{swell_static_files}}/jedi/interfaces/geos_atmosphere/gsibec/gsibec_coefficients_c{{horizontal_resolution}}.nc4', '{{cycle_dir}}/fv3-jedi/gsibec/']
7+
- ['{{swell_static_files}}/jedi/interfaces/geos_atmosphere/gsibec/{{gsibec_configuration}}_c{{horizontal_resolution}}.nml', '{{cycle_dir}}/fv3-jedi/gsibec/']
8+
- ['{{swell_static_files}}/jedi/interfaces/geos_atmosphere/rcov/1.0.0/*', '{{cycle_dir}}/fv3-jedi/rcov/']

src/swell/configuration/jedi/interfaces/geos_atmosphere/observations/airs_aqua.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ obs bias:
5656

5757
obs error:
5858
covariance model: cross variable covariances
59-
input file: '{{experiment_root}}/{{experiment_id}}/stage/fv3-jedi/geos_atmosphere/rcov/airs_aqua_119_jedi_rcov.nc4'
59+
input file: 'fv3-jedi/rcov/airs_aqua_119_jedi_rcov.nc4'
6060

6161
obs prior filters:
6262
- filter: Perform Action

src/swell/configuration/jedi/interfaces/geos_atmosphere/observations/cris-fsr_n20.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ obs bias:
5555

5656
obs error:
5757
covariance model: cross variable covariances
58-
input file: '{{experiment_root}}/{{experiment_id}}/stage/fv3-jedi/geos_atmosphere/rcov/cris-fsr_108_jedi_rcov.nc4'
58+
input file: 'fv3-jedi/rcov/cris-fsr_108_jedi_rcov.nc4'
5959

6060
obs prior filters:
6161
- filter: Perform Action

src/swell/configuration/jedi/interfaces/geos_atmosphere/observations/cris-fsr_npp.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ obs bias:
5555

5656
obs error:
5757
covariance model: cross variable covariances
58-
input file: '{{experiment_root}}/{{experiment_id}}/stage/fv3-jedi/geos_atmosphere/rcov/cris-fsr_108_jedi_rcov.nc4'
58+
input file: 'fv3-jedi/rcov/cris-fsr_108_jedi_rcov.nc4'
5959

6060
obs prior filters:
6161
- filter: Perform Action

src/swell/configuration/jedi/interfaces/geos_atmosphere/observations/iasi_metop-b.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ obs bias:
5555

5656
obs error:
5757
covariance model: cross variable covariances
58-
input file: '{{experiment_root}}/{{experiment_id}}/stage/fv3-jedi/geos_atmosphere/rcov/iasi_metop_141_jedi_rcov.nc4'
58+
input file: 'fv3-jedi/rcov/iasi_metop_141_jedi_rcov.nc4'
5959

6060
obs prior filters:
6161
- filter: Perform Action

0 commit comments

Comments
 (0)