Skip to content

Commit

Permalink
Update input directory name from "input" to "INPUT" (COSIMA/access-om…
Browse files Browse the repository at this point in the history
  • Loading branch information
dougiesquire authored and anton-seaice committed Aug 21, 2024
1 parent 0e284cb commit 04b626d
Show file tree
Hide file tree
Showing 9 changed files with 1,402 additions and 1,402 deletions.
2 changes: 1 addition & 1 deletion MOM_input
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ MINIMUM_DEPTH = 0.5
! MINIMUM_DEPTH."

! === module MOM_fixed_initialization ===
INPUTDIR = "./input/"
INPUTDIR = "./INPUT/"
! "The directory in which input files are found."

CHANNEL_CONFIG = global_1deg
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ information.

## Requirements

This configuration requires payu v1.0.29 or greater to run correctly.
This configuration requires [Payu](https://github.com/payu-org/payu) > v1.1.3 to run.
1,116 changes: 558 additions & 558 deletions datm.streams.xml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions datm_in
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
flds_preso3 = .false.
flds_wiso = .false.
iradsw = 1
model_maskfile = "./input/access-om2-1deg-nomask-ESMFmesh.nc"
model_meshfile = "./input/access-om2-1deg-nomask-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 = 300
restfilm = "null"
Expand Down
248 changes: 124 additions & 124 deletions drof.streams.xml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions drof_in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
&drof_nml
datamode = "copyall"
model_maskfile = "./input/access-om2-1deg-nomask-ESMFmesh.nc"
model_meshfile = "./input/access-om2-1deg-nomask-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 = 300
restfilm = "null"
Expand Down
10 changes: 5 additions & 5 deletions ice_in
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,22 @@
history_chunksize = 180, 150
history_precision = 8
restart_deflate = 1
ice_ic = "./input/iced.1900-01-01-10800.nc"
ice_ic = "./INPUT/iced.1900-01-01-10800.nc"
lcdf64 = .false.
npt = 35040
pointer_file = './rpointer.ice'
print_global = .false.
/
&grid_nml
bathymetry_file = "./input/topog.nc"
bathymetry_file = "./INPUT/topog.nc"
grid_atm = "A"
grid_file = "./input/grid.nc"
grid_file = "./INPUT/grid.nc"
grid_format = "nc"
grid_ice = "B"
grid_ocn = "A"
grid_type = "tripole"
kcatbound = 0
kmt_file = "./input/kmt.nc"
kmt_file = "./INPUT/kmt.nc"
nblyr = 1
ncat = 5
nfsd = 1
Expand Down Expand Up @@ -173,4 +173,4 @@
f_taubx = 'x' , f_tauby = 'x'
f_Tref = 'x', f_Qref = 'x'
f_uocn = 'x' , f_vocn = 'x'
/
/
1,408 changes: 704 additions & 704 deletions manifests/input.yaml

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions nuopc.runconfig
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,12 @@ ALLCOMP_attributes::
hostname = gadi
ice_ncat = 5
mediator_present = true
mesh_atm = ./input/access-om2-1deg-nomask-ESMFmesh.nc
mesh_atm = ./INPUT/access-om2-1deg-nomask-ESMFmesh.nc
mesh_glc = UNSET
mesh_ice = ./input/access-om2-1deg-ESMFmesh.nc
mesh_ice = ./INPUT/access-om2-1deg-ESMFmesh.nc
mesh_lnd = UNSET
mesh_mask = ./input/access-om2-1deg-ESMFmesh.nc
mesh_ocn = ./input/access-om2-1deg-ESMFmesh.nc
mesh_mask = ./INPUT/access-om2-1deg-ESMFmesh.nc
mesh_ocn = ./INPUT/access-om2-1deg-ESMFmesh.nc
model_version = unknown
ocn2glc_coupling = .false.
ocn2glc_levels = 1:10:19:26:30:33:35
Expand Down Expand Up @@ -329,7 +329,7 @@ OCN_attributes::

ROF_attributes::
Verbosity = off
mesh_rof = ./input/access-om2-1deg-nomask-ESMFmesh.nc
mesh_rof = ./INPUT/access-om2-1deg-nomask-ESMFmesh.nc
::

WAV_attributes::
Expand Down

0 comments on commit 04b626d

Please sign in to comment.