Skip to content
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

Use ACCESS-OM2 grid, topography and initial conditions #5

Merged
merged 12 commits into from
Sep 21, 2023
928 changes: 506 additions & 422 deletions MOM_input

Large diffs are not rendered by default.

18 changes: 4 additions & 14 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,11 @@ jobname: 1deg_jra55do_ryf

model: access-om3

exe: /g/data/ik11/inputs/access-om3/bin/access-om3-MOM6-CICE6-059b7b2
exe: /g/data/ik11/inputs/access-om3/bin/access-om3-MOM6-CICE6-fdaa3a6
input:
- /g/data/ik11/inputs/access-om3/0.x.0/cime/share/meshes/T62_040121_ESMFmesh.nc # datm meshfile
- /g/data/ik11/inputs/access-om3/0.x.0/share/meshes/JRA55do-ESMFmesh.nc # datm JRA stream meshfile
- /g/data/ik11/inputs/access-om3/0.x.0/cime/share/meshes/fv0.9x1.25_141008_polemod_ESMFmesh.nc # datm aerosol/lnd stream meshfile
- /g/data/ik11/inputs/access-om3/0.x.0/cime/share/meshes/gx1v6_090205_ESMFmesh.nc # ice, ocn meshfile
- /g/data/ik11/inputs/access-om3/0.x.0/cime/share/meshes/rx1_nomask_181022_ESMFmesh.nc # drof meshfile
- /g/data/ik11/inputs/access-om3/0.x.0/cime/cpl/gridmaps/rx1/map_rx1_to_gx1v6_nnsm_e1000r300_170503.nc
- /g/data/ik11/inputs/access-om3/0.x.0/cime/cpl/gridmaps/rx1/map_rx1_to_gx1v6_nn_open_ocean_nnsm_e1000r300_marginal_sea_170503.nc
- /g/data/ik11/inputs/JRA-55/RYF/v1-4 # datm and drof JRA55-do streams
- /g/data/ik11/inputs/access-om3/0.x.0/cime/ice/cice/b.e15.B1850G.f09_g16.pi_control.25.cice.r.0041-01-01-00000.nc # ice initial conditions
- /g/data/ik11/inputs/access-om3/0.x.0/cime/ice/cice/global_gx1.bathy.nc # ice bathymetry file
- /g/data/ik11/inputs/access-om3/0.x.0/cime/ocn/pop/gx1v6/grid/horiz_grid_20010402.ieeer8 # ice grid file
- /g/data/ik11/inputs/access-om3/0.x.0/cime/ocn/pop/gx1v6/grid/topography_20090204.ieeei4 # ice kmt file
- /g/data/ik11/inputs/access-om3/0.x.0/cime/ocn/mom/gx1v6 # ocn input data
- /g/data/ik11/inputs/access-om3/0.x.0/1deg # grids, ICs etc
- /g/data/ik11/inputs/access-om3/0.x.0/share/meshes/JRA55do-ESMFmesh.nc # mesh for JRA55-do stream
- /g/data/ik11/inputs/JRA-55/RYF/v1-4 # datm and drof JRA55-do streams data

collate: false
runlog: false
Expand Down
8 changes: 4 additions & 4 deletions datm_in
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
flds_preso3 = .false.
flds_wiso = .false.
iradsw = 1
model_maskfile = "./input/T62_040121_ESMFmesh.nc"
model_meshfile = "./input/T62_040121_ESMFmesh.nc"
nx_global = 192
ny_global = 94
model_maskfile = "./input/access-om2-1deg-nomask-ESMFmesh.nc"
model_meshfile = "./input/access-om2-1deg-nomask-ESMFmesh.nc"
nx_global = 360
ny_global = 300
restfilm = "null"
skip_restart_read = .false.
/
6 changes: 3 additions & 3 deletions drof_in
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
&drof_nml
datamode = "copyall"
model_maskfile = "./input/rx1_nomask_181022_ESMFmesh.nc"
model_meshfile = "./input/rx1_nomask_181022_ESMFmesh.nc"
model_maskfile = "./input/access-om2-1deg-nomask-ESMFmesh.nc"
model_meshfile = "./input/access-om2-1deg-nomask-ESMFmesh.nc"
nx_global = 360
ny_global = 180
ny_global = 300
restfilm = "null"
skip_restart_read = .false.
/
Loading