Skip to content

Commit

Permalink
Refactoring of the marine B-matrix job (#1211)
Browse files Browse the repository at this point in the history
## Description
It needs more cleanup, and the norms are failing, so it's a draft for
now.
This PR moves most of the B-matrix generation into the g-w. It
introduces a new jjob, `JGLOBAL_MARINE_BMAT`, that replaces the old one
that I have yet to remove.

## What is not addressed yet
- I need to revisit the `post` job/script
- We lost the functionality to point to offline ensemble members, for
now ...
-  

## Companion PR
global-workflow companion PR 

## Issues addressed
- fixes #1210

---------

Co-authored-by: Cory Martin <[email protected]>
Co-authored-by: Guillaume Vernieres <[email protected]>
  • Loading branch information
3 people authored Jul 22, 2024
1 parent e9252e1 commit 52f41a2
Show file tree
Hide file tree
Showing 33 changed files with 422 additions and 615 deletions.
2 changes: 1 addition & 1 deletion modulefiles/GDAS/hercules.intel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ load("py-pybind11/2.11.0")
--load("crtm/v2.4_jedi")
load("contrib/0.1")
load("noaatools/3.1")
load("rocoto/1.3.5")
load("rocoto/1.3.7")

load("hpc/1.2.0")
unload("python/3.10.13")
Expand Down
2 changes: 1 addition & 1 deletion modulefiles/GDAS/orion.intel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ load("py-pybind11/2.11.0")
--load("crtm/v2.4_jedi")
load("contrib/0.1")
load("noaatools/3.1")
load("rocoto/1.3.5")
load("rocoto/1.3.7")

load("hpc/1.2.0")
unload("python/3.10.13")
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
58 changes: 0 additions & 58 deletions parm/soca/berror/old/parametric_stddev_b.yaml

This file was deleted.

50 changes: 0 additions & 50 deletions parm/soca/berror/old/soca_apply_steric.yaml

This file was deleted.

53 changes: 0 additions & 53 deletions parm/soca/berror/old/soca_bump2d.yaml

This file was deleted.

57 changes: 0 additions & 57 deletions parm/soca/berror/old/soca_bump_split.yaml

This file was deleted.

28 changes: 0 additions & 28 deletions parm/soca/berror/old/soca_clim_ens_moments.yaml

This file was deleted.

34 changes: 0 additions & 34 deletions parm/soca/berror/old/soca_clim_ens_perts.yaml

This file was deleted.

31 changes: 0 additions & 31 deletions parm/soca/berror/old/soca_postproc_stddev.yaml

This file was deleted.

12 changes: 6 additions & 6 deletions parm/soca/berror/soca_diagb.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ geometry:
mom6_input_nml: mom_input.nml
fields metadata: ./fields_metadata.yaml

date: '{{ ATM_WINDOW_MIDDLE }}'
date: '{{ MARINE_WINDOW_END | to_isotime }}'

background:
date: '{{ ATM_WINDOW_MIDDLE }}'
date: '{{ MARINE_WINDOW_END | to_isotime }}'
basename: ./bkg/
ocn_filename: 'gdas.ocean.t{{ gcyc }}z.inst.f009.nc'
ice_filename: 'gdas.agg_ice.t{{ gcyc }}z.inst.f009.nc'
ocn_filename: 'ocean.bkg.f009.nc'
ice_filename: 'ice.bkg.f009.nc'
read_from_file: 1

background error:
datadir: ./
date: '{{ ATM_WINDOW_MIDDLE }}'
datadir: ./diagb/
date: '{{ MARINE_WINDOW_MIDDLE | to_isotime }}'
exp: bkgerr_stddev
type: incr

Expand Down
Loading

0 comments on commit 52f41a2

Please sign in to comment.