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 23, 2024
1 parent e8bae3b commit 0c79bf7
Show file tree
Hide file tree
Showing 10 changed files with 1,408 additions and 1,408 deletions.
2 changes: 1 addition & 1 deletion MOM_input
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,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,21 +10,21 @@
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"
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 = 12
Expand Down Expand Up @@ -187,4 +187,4 @@
f_taubx = 'x' , f_tauby = 'x'
f_Tref = 'x', f_Qref = 'x'
f_uocn = 'x' , f_vocn = 'x'
/
/
1,416 changes: 708 additions & 708 deletions manifests/input.yaml

Large diffs are not rendered by default.

12 changes: 6 additions & 6 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 @@ -330,12 +330,12 @@ 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::
Verbosity = off
mesh_wav = ./input/access-om2-1deg-nomask-ESMFmesh.nc
mesh_wav = ./INPUT/access-om2-1deg-nomask-ESMFmesh.nc
::

MED_modelio::
Expand Down
2 changes: 1 addition & 1 deletion wav_in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
dtcfli = 300.
dtmax = 600.
dtmin = 50.
initfile = "./input/restart.ww3"
initfile = "./INPUT/restart.ww3"
/
&input_nml
input%forcing%water_levels = 'T'
Expand Down

0 comments on commit 0c79bf7

Please sign in to comment.