-
Notifications
You must be signed in to change notification settings - Fork 133
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…
…dle both the gx1 and gx3 grid. JRA55 forcing files named were changed to include gx1 and gx3
- Loading branch information
Showing
8 changed files
with
110 additions
and
19 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -91,7 +91,20 @@ cat >> ${jobfile} << EOFB | |
#PBS -l walltime=${batchtime} | ||
EOFB | ||
|
||
else if (${ICE_MACHINE} =~ thunder* || ${ICE_MACHINE} =~ gordon* || ${ICE_MACHINE} =~ conrad* || ${ICE_MACHINE} =~ gaffney* || ${ICE_MACHINE} =~ koehr*) then | ||
else if (${ICE_MACHINE} =~ gordon*) then | ||
if (${runlength} > 0) set queue = "standard" | ||
cat >> ${jobfile} << EOFB | ||
#PBS -N ${shortcase} | ||
#PBS -q ${queue} | ||
#PBS -A ${acct} | ||
#PBS -l select=${nnodes}:ncpus=${maxtpn}:mpiprocs=${taskpernode} | ||
#PBS -l walltime=${batchtime} | ||
#PBS -j oe | ||
###PBS -M [email protected] | ||
###PBS -m be | ||
EOFB | ||
|
||
else if (${ICE_MACHINE} =~ thunder* || ${ICE_MACHINE} =~ conrad* || ${ICE_MACHINE} =~ gaffney* || ${ICE_MACHINE} =~ koehr*) then | ||
cat >> ${jobfile} << EOFB | ||
#PBS -N ${shortcase} | ||
#PBS -q ${queue} | ||
|
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 = '/p/work1/allard/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 = '/p/work1/allard/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 = '/p/work1/allard/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