-
Notifications
You must be signed in to change notification settings - Fork 250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add active atmosphere applications with data ocn and data ice components (ATM_DS2S and ATM_DS2S-PCICE) and regression tests (atm_ds2s_docn_dice and atm_ds2s_docn_pcice) #2186
Conversation
…instructions from cpld_control
It would be nice to generate the input data and baselines with the merged UFS version. New input files currently referenced in tests/fv3_conf/cplhist_cdeps_docn_dice.IN can then be arranged on all platforms. A preliminary RT case is available on Hera at /scratch1/NCEPDEV/stmp2/Nick.Szapiro/FV3_RT/rt_143382/atm_ds2s_docn_dice_intel |
Operational requirement tests pass on Hera with intel. Log is attached |
@NickSzapiro-NOAA Have you done any verification that this is working correctly? For example, comparing the active FV3 atm output with that generated when running data ocean + data ice? |
The experiments are not expected to be bit identical as configured (e.g., CDEPS interpolating linear in time between 2 input files) but near-surface and other atmospheric variables are very similar across all tiles. Below are quick plots showing (left) ATM_DS2S and (right) original S2S RT after 24 hours: @DeniseWorthen Is there anything in particular you would like to see? |
So the case starts at hour 6, but you don't provide input stream until hour=7 and you're interpolating between ocean and ice fields between hour=7 and hour 6 + 1 day? Is there a reason you're not coupling the ice data stream at the fast coupling frequency and the ocean at the slow? |
tests/parm/ufs.configure.s2s.IN sets the run sequence. So, (data) ice does vary at the fast coupling frequency and (data) ocean varies at slow with CDEPS updating data component values every step. Since taxmode01=extend and tInterpAlgo01=linear are set in tests/parm/global_d{ocn,ice}.streams.IN, data component values change from initial until hour=7, to linearly intermediate until hour=6+1day, to final values after. As is, the current 2 snapshots provide time varying boundary conditions to FV3. The frequency of inputs into the data component is entirely specified in the stream_files_d{ocn,ice} lines and easy to change. We can add more snapshots by including more (times in the) input files. I'm not sure what frequency to set for this regression test...enough to provide a diurnal cycle? |
I understand that the run sequence is set by the config file. But you're only time-interpolating between two snapshots for both ice and ocean, correct? Regarding what fields to look at, it might be interesting to see actual difference plots, esp between the ATM exports when coupled to active vs static components. |
Yes. Using all of the ice and ocean coupler history files from the coupled run works well too...an example is at: wrt differences from data vs. active components, mapalgo is currently set differently. CDEPS is currently set as the bilinear default. |
@BrianCurtis-NOAA input file updates are ready at
|
@zach1221 @FernandoAndrade-NOAA input files are ready at RDHPCS sides but Jet. Sounds like a trouble with both file systems Jet lfs4 and lfs5. We need to double check with Jet today. |
The atm_ds2s_docn_dice test is faiing to run on WCOSS2
I'd recommend disabling that test on WCOSS2, but wanted more opinions first. |
Thanks for digging into it, @BrianCurtis-NOAA. I'm fine disabling this test on wcoss2. We can revisit if ncrcat is a problem for global-workflow too. If there is concern about the atm_ds2s_docn_dice test itself, we can run it not as a dependency by staging ice and ocn cplhist first: |
Jet and Acorn will be skipped for this PR, I'll leave a note in the sub PRs to merge in. |
@FernandoAndrade-NOAA Merged in subcomponents and updated commit message |
Should gnv1_nested_intel be added to the test_changes.list ? |
Yes. If my PR was combined with this one correctly, then that test's output should have changed. |
Commit Queue Requirements:
Description:
This PR provides two initial configurations to run "atmosphere-only" experiments with external, varying ocean and sea ice boundary conditions within the coupled UFS framework. This may be useful for 1) sensitivity experiments to isolate coupling feedbacks, 2) spin-up the atmospheric component, or 3) computationally cheaper atmosphere-focused simulations.
For ATM_DS2S exercised by the atm_ds2s_docn_dice regression test, ocean and ice variables are input via CDEPS-->CMEPS-->FV3. Borrowing the "CPLHIST" datamode in CESM, the data components provide ocean and sea ice fields output from a separate coupled model run. In this preceding coupled model run, coupling variables may be output via component diagnostics or CMEPS mediator auxiliary or history files at desired frequency. For this, these are added to UFS model infrastructure:
For ATM_DS2S-PCICE exercised by the atm_ds2s_docn_pcice regression test, prescribed ice CICE mode is used for "data ice" instead. CDEPS-->CICE inputs sea ice concentration from file and CICE prescribes/calculates variables for coupling with the atmosphere CICE-->CMEPS-->FV3. For this, these are added to UFS model infrastructure:
The two applications are complementary. For ATM_DS2S-PCICE, sea surface temperature and sea ice concentration are input and other coupling variables are prescribed/calculated. While the cplhist datamode avoids arbitrarily prescribing several sea ice fields as in dice_datamode_ssmi_mod.F90 or prescribed ice CICE, preceding model output is needed over the dates of interest. Note that, in the future, (1) multiple CDEPS streams can be combined to more observationally constrain simulations and (2) additional fields can be input to PCICE (e.g., sea ice thickness).
Both options permit developers to run ATM simulations within the coupled model framework with physical coupled fields. Example hourly timeseries of ice-->atm fields from 5d simulations illustrate these reasonable couplings:
at ~ -76N/176E, 79N/34E, and 88N/11E for (blue) cpld_control_gfsv17, (green) atm_ds2s_docn_dice, and (orange) atm_ds2s_docn_pcice. Note that gfsv17 and cplhist overlay each other. Sensitivities to initial sea ice temperature and snow thickness are evident for at least the first couple days wrt prescribed ice CICE.
New input data is required for the prescribed ice regression tests for input via CDEPS, available on Hera:
For pcice: /scratch1/NCEPDEV/nems/Nick.Szapiro/tasks/input_data/ERA5/*
The cplhist regression test is now a dependency of mediator history output from a coupled S2S test.
To use CMEPS to write auxiliary/histaux files for the cplhist mode, add the following to the MED_attributes of the ufs.configure file of the preceding coupled run. For smaller file sizes, one can use a colon-delimited listed of only the desired variables (rather than all) or less frequent history_n/history_option.
Commit Message:
Priority:
Git Tracking
UFSWM:
Sub component Pull Requests:
UFSWM Blocking Dependencies:
Changes
Regression Test Changes (Please commit test_changes.list):
Input data Changes:
Library Changes/Upgrades:
Testing Log: