-
Notifications
You must be signed in to change notification settings - Fork 132
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
Added new capability in ice_forcing.F90 to test with JRA55 atmospheri… #350
Merged
Merged
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
2cabe04
Added new capability in ice_forcing.F90 to test with JRA55 atmospheri…
rallard77 1665fbb
Added JRA55 as an option under atm_data_type
rallard77 9e2b5d7
Modified ice_forcing.F90 by replacing
rallard77 fef27c9
fix an incorrect test in the base suite
fe16a51
Add a check in init_forcing_atmo to check if 'use_leap_years' is set …
14c40a0
Fix a mistake in diagnostic warning output for the use_leap_years check
e8d2ada
set use_leap_years to false in the boxrestore namelist option file
258544d
add use_restart_time specification to test_nml.restart* files
c2163e4
Remove options in JRA55 namelist option file that are the same as the…
5d9ff5e
merge master to branch
apcraig 5324441
fix a bug in the newly-implemented use_leap_years check during initia…
91e0a63
add use_leap_years and use_restart_time specification to jra55 nameli…
a2d7a78
add new jra55_2008 and run90day namelist option files
f01304e
modify the JRA55 smoke test to be a 90 day test and start in 2008. A…
85814ad
Merge branch 'jra55' of https://github.com/rallard77/CICE into jra55
81db094
update documentation to include citation for JRA55
b618fcd
Merge branch 'master' into jra55
apcraig File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
dt = 3600.0 | ||
runtype = 'initial' | ||
ice_ic = 'ICE_MACHINE_INPUTDATA/CICE_data/ic/gx1/iced_gx1_v5.nc' | ||
grid_format = 'bin' | ||
grid_type = 'displaced_pole' | ||
grid_file = 'ICE_MACHINE_INPUTDATA/CICE_data/grid/gx1/grid_gx1.bin' | ||
kmt_file = 'ICE_MACHINE_INPUTDATA/CICE_data/grid/gx1/kmt_gx1.bin' | ||
bathymetry_file = 'ICE_MACHINE_INPUTDATA/CICE_data/grid/gx1/global_gx1.bathy.nc' | ||
maskhalo_dyn = .true. | ||
maskhalo_remap = .true. | ||
maskhalo_bound = .true. | ||
fyear_init = 2005 | ||
ycycle = 1 | ||
atm_data_dir = 'ICE_MACHINE_INPUTDATA/CICE_data/forcing/gx1/JRA55' | ||
atm_data_format = 'nc' | ||
atm_data_type = 'JRA55' | ||
precip_units = 'mm_per_sec' | ||
ocn_data_dir = 'default' | ||
bgc_data_dir = 'default' | ||
|
This file contains 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should be 3 am GMT I think (probably copy-paste)