Skip to content

Commit

Permalink
working save
Browse files Browse the repository at this point in the history
  • Loading branch information
CoryMartin-NOAA committed Jan 23, 2024
1 parent 4fec1ba commit d24c934
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions jobs/JGLOBAL_LAND_ANALYSIS
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#! /usr/bin/env bash

source "${HOMEgfs}/ush/preamble.sh"
export DATA=${DATA:-${DATAROOT}/${RUN}landanl_${cyc}}
source "${HOMEgfs}/ush/jjob_header.sh" -e "landanl" -c "base landanl"

##############################################
Expand Down
1 change: 1 addition & 0 deletions jobs/JGLOBAL_PREP_LAND_OBS
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#! /usr/bin/env bash

source "${HOMEgfs}/ush/preamble.sh"
export DATA=${DATA:-${DATAROOT}/${RUN}landanl_${cyc}}
source "${HOMEgfs}/ush/jjob_header.sh" -e "preplandobs" -c "base preplandobs"

##############################################
Expand Down
2 changes: 1 addition & 1 deletion ush/python/pygfs/task/land_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class LandAnalysis(Analysis):
Class for global land analysis tasks
"""

NMEM_LANDENS = 2 # The size of the land ensemble is fixed at 2. Does this need to be a variable?
NMEM_LANDENS = 2

@logit(logger, name="LandAnalysis")
def __init__(self, config):
Expand Down

0 comments on commit d24c934

Please sign in to comment.