Skip to content

Commit

Permalink
Merge branch 'feature/snowfall_vx' of https://github.com/willmayfield…
Browse files Browse the repository at this point in the history
…/ufs-srweather-app into feature/snowfall_vx
  • Loading branch information
willmayfield committed Jul 6, 2023
2 parents edf6e3e + 1d80d7b commit e6a906a
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions parm/wflow/default_workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@ rocoto:
entities:
ACCOUNT: '{{ user.ACCOUNT }}'
CCPA_OBS_DIR: '{{ platform.CCPA_OBS_DIR }}'
<<<<<<< HEAD
COMIN_DIR: '{% if user.RUN_ENVIR == "nco" %}{{"{}/{}.@Y@m@d/@H".format(nco.COMIN_BASEDIR,nco.RUN_default)}}{% else %}{{"{}/@Y@m@d@H".format(workflow.EXPTDIR)}}{% endif %}'
=======
COMIN_DIR: '{% if user.RUN_ENVIR == "nco" %}{{"{}/{}.@Y@m@d/@H".format(nco.COMIN_BASEDIR,nco.RUN)}}{% else %}{{"{}/@Y@m@d@H".format(workflow.EXPTDIR)}}{% endif %}'
>>>>>>> 1d80d7b2... documentation updates and code cleanup
COMINgfs: '{{ platform.get("COMINgfs") }}'
FCST_DIR: '{% if user.RUN_ENVIR == "nco" %}{{"{}/run_fcst_mem#mem#.{}_@Y@m@d@H".format(nco.DATAROOT_default,workflow.WORKFLOW_ID)}}{% else %}{{"{}/@Y@m@d@H".format(workflow.EXPTDIR)}}{% endif %}'
GLOBAL_VAR_DEFNS_FP: '{{ workflow.GLOBAL_VAR_DEFNS_FP }}'
Expand All @@ -20,13 +16,10 @@ rocoto:
MRMS_OBS_DIR: '{{ platform.MRMS_OBS_DIR }}'
NCORES_PER_NODE: '{{ platform.NCORES_PER_NODE }}'
NDAS_OBS_DIR: '{{ platform.NDAS_OBS_DIR }}'
<<<<<<< HEAD
NET: '{{ nco.NET_default }}'
=======
NET: '{{ nco.NET }}'
>>>>>>> 1d80d7b2... documentation updates and code cleanup
NOHRSC_OBS_DIR: '{{ platform.NOHRSC_OBS_DIR }}'
PARTITION_DEFAULT: '{{ platform.get("PARTITION_DEFAULT") }}'
PARTITION_DEFAULT: '{{ platform.get("PARTITION_DEFAULT") }}'
PARTITION_FCST: '{{ platform.get("PARTITION_FCST") }}'
PARTITION_HPSS: '{{ platform.get("PARTITION_HPSS") }}'
QUEUE_DEFAULT: '{{ platform.get("QUEUE_DEFAULT") }}'
Expand Down

0 comments on commit e6a906a

Please sign in to comment.