-
Notifications
You must be signed in to change notification settings - Fork 26
noresm3_0_031_cam6_4_121: refactor nudging code to use CDEPS #243
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
Changes from all commits
85adf34
17770d2
e7f5409
3e6c6bd
8bb45f1
a10e8a5
f479a7c
bb36e8e
bf6eac3
45bb124
7ab3db0
afa5c2b
e2289df
06f1855
68cff4a
a50100a
93e6f46
9493bdb
d0ae463
5c81892
875a455
e1e44e8
f2d10a2
af7c311
e07c38e
4647c0e
319c38d
af4b5d5
5bad1a1
f3dfc76
f74afbc
1f1fe29
06dcd89
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,52 +1,36 @@ | ||
| ! Users should add all user specific namelist changes below in the form of | ||
| ! namelist_var = new_namelist_value | ||
|
|
||
| &cam_inparm | ||
| fincl1='U','V','T','Q','PS','Nudge_U','Nudge_V','Nudge_T','Nudge_Q' | ||
| fincl2='U','V','T','Q','PS','Nudge_U','Nudge_V','Nudge_T','Nudge_Q' | ||
| fincl3='U','V','T','Q','PS','Nudge_U','Nudge_V','Nudge_T','Nudge_Q','Target_U','Target_V','Target_T','Target_Q' | ||
| nhtfrq=0,-6,1 | ||
| mfilt =1,4,48 | ||
| write_nstep0 = .true. | ||
|
|
||
| ncdata='$DIN_LOC_ROOT/atm/cam/nudging/ERAI_fv09_BILIN/ERAI_fv09_DART2.cam2.i.2009-01-01-00000.nc' | ||
| / | ||
| fincl1='U','V','T','Q','PS','Nudge_U','Nudge_V' | ||
| fincl2='U','V','T','Q','PS','Nudge_U','Nudge_V' | ||
| fincl3='U','V','T','Q','PS','Nudge_U','Nudge_V','Target_U','Target_V' | ||
| nhtfrq=0,-6,1 | ||
| mfilt =1,4,48 | ||
| interpolate_nlat = 96, 96, 96 | ||
| interpolate_nlon = 144, 144, 144 | ||
| interpolate_output = .true., .true., .true. | ||
|
|
||
| &nudging_nl | ||
| Nudge_Model =.true. | ||
| Nudge_Path ='$DIN_LOC_ROOT/atm/cam/nudging/ERAI_fv09_BILIN/' | ||
| Nudge_File_Template='ERAI_fv09_DART2.cam2.i.%y-%m-%d-%s.nc' | ||
| Nudge_Force_Opt = 1 | ||
| Nudge_TimeScale_Opt = 0 | ||
| Nudge_Times_Per_Day=4 | ||
| Model_Times_Per_Day=48 | ||
| Nudge_Uprof =1 | ||
| Nudge_Ucoef =1.00 | ||
| Nudge_Vprof =1 | ||
| Nudge_Vcoef =1.00 | ||
| Nudge_Tprof =1 | ||
| Nudge_Tcoef =1.00 | ||
| Nudge_Qprof =0 | ||
| Nudge_Qcoef =0.00 | ||
| Nudge_PSprof =0 | ||
| Nudge_PScoef =0.00 | ||
| Nudge_Beg_Year =2008 | ||
| Nudge_Beg_Month=12 | ||
| Nudge_Beg_Day =16 | ||
| Nudge_End_Year =2009 | ||
| Nudge_End_Month=4 | ||
| Nudge_End_Day =5 | ||
| Nudge_Hwin_lat0 =46.0 | ||
| Nudge_Hwin_latWidth=20.0 | ||
| Nudge_Hwin_latDelta=2.0 | ||
| Nudge_Hwin_lon0 =180. | ||
| Nudge_Hwin_lonWidth=30. | ||
| Nudge_Hwin_lonDelta=5. | ||
| Nudge_Hwin_Invert =.false. | ||
| Nudge_Vwin_Hindex =22. | ||
| Nudge_Vwin_Hdelta =1.0 | ||
| Nudge_Vwin_Lindex =5. | ||
| Nudge_Vwin_Ldelta =1.0 | ||
| Nudge_Vwin_Invert =.false. | ||
| / | ||
| Nudge_Model = .true. | ||
| Nudge_Filenames = 'era5_UVPS_58levels_201801.nc', | ||
| 'era5_UVPS_58levels_201802.nc', | ||
| 'era5_UVPS_58levels_201803.nc' | ||
|
|
||
| Nudge_Datapath = '$DIN_LOC_ROOT/noresm-only/inputForNudging/era5_UVPS_58levels_2018-2020/' | ||
| Nudge_Meshfile = '$DIN_LOC_ROOT/noresm-only/inputForNudging/era5_UVPS_ESMF_Mesh_cdf5.nc' | ||
| Nudge_Data_Taxmode = 'limit' | ||
| Nudge_Beg_Year = 1 | ||
| Nudge_Beg_Month = 1 | ||
| Nudge_Beg_Day = 1 | ||
| Nudge_End_Day = 31 | ||
| Nudge_End_Month = 12 | ||
| Nudge_End_Year = 2 | ||
| Nudge_Data_Year_Align = 1 | ||
| Nudge_Data_Year_First = 2018 | ||
| Nudge_Data_Year_Last = 2018 | ||
| Model_Update_Times_Per_Day = 48 | ||
| Nudge_Force_Opt = 1 | ||
| Nudge_Uprof = 1 | ||
| Nudge_Ucoef = 1.0 | ||
| Nudge_Vprof = 1 | ||
| Nudge_Vcoef = 1.0 | ||
|
|
||
|
|
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.