Skip to content

Commit

Permalink
Merge branch 'develop' into feature/get_bias_corrected_channels
Browse files Browse the repository at this point in the history
  • Loading branch information
danholdaway authored Dec 20, 2024
2 parents f12b8e2 + d750383 commit 12af474
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
8 changes: 4 additions & 4 deletions algorithm/marine/soca_2cice_global.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ output geometry:
variable change:
variable change name: Soca2Cice
arctic:
seaice edge: 0.8
shuffle: false
seaice edge: 0.4
shuffle: true
rescale prior:
rescale: true
min hice: 0.5
min hsno: 0.1
antarctic:
seaice edge: 0.9
shuffle: false # seg. fault when true
seaice edge: 0.4
shuffle: true
rescale prior:
rescale: true
min hice: 0.5
Expand Down
4 changes: 1 addition & 3 deletions model/atmosphere/atmosphere_background.yaml.j2
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
datapath: {{ atmosphere_background_path }}
filetype: cube sphere history
provider: ufs
ufs soil nlev: 4
ufs fields split by level: [smc,stc]
datetime: "{{ atmosphere_background_time_iso }}"
filenames: [ {{ atmosphere_variational_history_prefix }}cubed_sphere_grid_atmf006.nc, {{ atmosphere_variational_history_prefix }}cubed_sphere_grid_sfcf006.nc ]
state variables: [ua,va,t,delp,ps,sphum,ice_wat,liq_wat,o3mr,hgtsfc,
slmsk,sheleg,tmpsfc,vtype,stype,vfrac,stc,smc,snwdphMeters,
slmsk,sheleg,tmpsfc,vtype,stype,vfrac,soilt1,soilw1,snwdphMeters,
u_srf,v_srf,f10m]
4 changes: 1 addition & 3 deletions model/atmosphere/atmosphere_background_ensemble.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ members from template:
datetime: '{{ atmosphere_background_time_iso }}'
filetype: cube sphere history
provider: ufs
ufs soil nlev: 4
ufs fields split by level: [smc,stc]
state variables: [ua,va,t,delz,delp,ps,sphum,ice_wat,liq_wat,o3mr,hgtsfc,
slmsk,sheleg,tmpsfc,vtype,stype,vfrac,stc,smc,snwdphMeters,
slmsk,sheleg,tmpsfc,vtype,stype,vfrac,soilt1,soilw1,snwdphMeters,
u_srf,v_srf,f10m]
datapath: {{ atmosphere_background_ensemble_path }}
filename is datetime templated: true
Expand Down

0 comments on commit 12af474

Please sign in to comment.