RRFS_dev1: updates for fms2 and gvf#256
Merged
Merged
Conversation
Author
|
Can someone review this simple PR? |
guoqing-noaa
approved these changes
Dec 14, 2021
| #----------------------------------------------------------------------- | ||
| # | ||
| USE_CRON_TO_RELAUNCH="FALSE" | ||
| USE_CRON_TO_RELAUNCH="TRUE" |
Collaborator
There was a problem hiding this comment.
Do we want to default USE_CRON_TO_RELAUNCH to true?
Author
There was a problem hiding this comment.
This is wrong. I want to set
"SAVE_CYCLE_LOG="TRUE""
| DO_DACYCLE="FALSE" | ||
| DO_SURFACE_CYCLE="FALSE" | ||
| SURFACE_CYCLE_DELAY_HRS="0" | ||
| SURFACE_CYCLE_DELAY_HRS="1" |
Collaborator
There was a problem hiding this comment.
Similarly, do we want to change this in the default config? It may affect other applications.
…t to write restart files.
&fms2_io_nml
netcdf_default_format="netcdf4"
/
2) Bug fix to GVF update.
3) update location of the retro GVF and snow files
guoqing-noaa
pushed a commit
to guoqing-noaa/regional_workflow
that referenced
this pull request
Sep 15, 2024
… assimilation is performed. Add guardrails in GSI task to check for FED in phy_data and turn off FED assimilation if it's not found. (NOAA-GSL#256) * Add the variable controlling SDL/VDL to CONUS 3 km config file * workflow changes to run FED EnVar assimilation in th hybrid_radarref task * quick edit to script to add model fed to NetCDFs in preprocessing * FED assimilation needs SST in the anavinfo * Set GSI namelist setting to use model FED to calculate the innovation when FED is assimilated in EnVar to true * specify correct chunk size in ensemble members' FED * add dependency for hybrid task when GLM FED preprocessing is on * First draft of changes needed to move ensemble FED calculation to ensemble workflow * add FED workflow generation variables to sample config files * one line typo * one-letter typo * Corrections to save_restart script for ens when adding model FED * acts of desperation to convince GSI to read modified NetCDFs * remove old commented code that will not be used * Changes for SDL/VDL FED option * roll back change that was just used for testing * Change naming of EMC tiles to PROD tiles * change EMC tile naming to PROD * Change GLM EMC tile names to PROD in sample configs * the name of the GLM preprocessing task changed slightly? * save restart task lua * fix timing on model calculation of FED within save_restart task * roll back a change that was for testing --------- Co-authored-by: MatthewPyle-NOAA <48285220+MatthewPyle-NOAA@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
&fms2_io_nml
netcdf_default_format="netcdf4"
/