forked from CICE-Consortium/CICE
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added JRA55 forcing for gx3 grid; modified ice-forcing.F90 to now han… (
CICE-Consortium#408) * Added JRA55 forcing for gx3 grid; modified ice-forcing.F90 to now handle both the gx1 and gx3 grid. JRA55 forcing files named were changed to include gx1 and gx3 * Updated set_nml.jra55* files to reflect correct ICE_MACHINE_INPUTDATA path, reverted to previous cice.batch.csh script; will use --queue option in seting up test suites. * corrected typo in set_nml.jra55_2008 file * Modified ice_forcing.F90 to revert to using original naming convention for JRA55 forcing files for gx1 grid * Updated icepack to version 1.2.1 * update icepack to current version in consortium master * updated user_guide to account for JRA55 options for both the gx1 and gx3 grid * Revert changes to get_wave_spec in ice_forcing.F90 * revert icepack to 2fa887f
- Loading branch information
Showing
8 changed files
with
108 additions
and
14 deletions.
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
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,17 @@ | ||
year_init = 2005 | ||
ice_ic = 'ICE_MACHINE_INPUTDATA/CICE_data/ic/gx1/iced_gx1_v5.nc' | ||
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' | ||
use_leap_years = .true. | ||
use_restart_time = .false. | ||
maskhalo_dyn = .true. | ||
maskhalo_remap = .true. | ||
maskhalo_bound = .true. | ||
fyear_init = 2005 | ||
atm_data_dir = 'ICE_MACHINE_INPUTDATA/CICE_data/forcing/gx1/JRA55' | ||
atm_data_format = 'nc' | ||
atm_data_type = 'JRA55_gx1' | ||
precip_units = 'mks' | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
year_init = 2008 | ||
ice_ic = 'ICE_MACHINE_INPUTDATA/CICE_data/ic/gx1/iced_gx1_v5.nc' | ||
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' | ||
use_leap_years = .true. | ||
use_restart_time = .false. | ||
maskhalo_dyn = .true. | ||
maskhalo_remap = .true. | ||
maskhalo_bound = .true. | ||
fyear_init = 2008 | ||
atm_data_dir = 'ICE_MACHINE_INPUTDATA/CICE_data/forcing/gx1/JRA55' | ||
atm_data_format = 'nc' | ||
atm_data_type = 'JRA55_gx1' | ||
precip_units = 'mks' | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
year_init = 2005 | ||
ice_ic = 'ICE_MACHINE_INPUTDATA/CICE_data/ic/gx3/iced_gx3_v5.nc' | ||
grid_file = 'ICE_MACHINE_INPUTDATA/CICE_data/grid/gx3/grid_gx3.bin' | ||
kmt_file = 'ICE_MACHINE_INPUTDATA/CICE_data/grid/gx3/kmt_gx3.bin' | ||
bathymetry_file = 'ICE_MACHINE_INPUTDATA/CICE_data/grid/gx3/global_gx3.bathy.nc' | ||
use_leap_years = .true. | ||
use_restart_time = .false. | ||
maskhalo_dyn = .true. | ||
maskhalo_remap = .true. | ||
maskhalo_bound = .true. | ||
fyear_init = 2005 | ||
atm_data_dir = 'ICE_MACHINE_INPUTDATA/CICE_data/forcing/gx3/JRA55' | ||
atm_data_format = 'nc' | ||
atm_data_type = 'JRA55_gx3' | ||
precip_units = 'mks' | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
year_init = 2008 | ||
ice_ic = 'ICE_MACHINE_INPUTDATA/CICE_data/ic/gx3/iced_gx3_v5.nc' | ||
grid_file = 'ICE_MACHINE_INPUTDATA/CICE_data/grid/gx3/grid_gx3.bin' | ||
kmt_file = 'ICE_MACHINE_INPUTDATA/CICE_data/grid/gx3/kmt_gx3.bin' | ||
bathymetry_file = 'ICE_MACHINE_INPUTDATA/CICE_data/grid/gx3/global_gx3.bathy.nc' | ||
use_leap_years = .true. | ||
use_restart_time = .false. | ||
maskhalo_dyn = .true. | ||
maskhalo_remap = .true. | ||
maskhalo_bound = .true. | ||
fyear_init = 2008 | ||
atm_data_dir = 'ICE_MACHINE_INPUTDATA/CICE_data/forcing/gx3/JRA55' | ||
atm_data_format = 'nc' | ||
atm_data_type = 'JRA55_gx3' | ||
precip_units = 'mks' | ||
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
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