Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
GOSI9esm
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Consortium Members
UKMO
GOSI
GOSI9esm
Commits
18acf680
Commit
18acf680
authored
8 months ago
by
Marc Stringer
Committed by
Daley Calvert
8 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Resolve "Problem reading namelist_top_ref"
parent
ba288fa0
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cfgs/SHARED/namelist_top_ref
+30
-30
30 additions, 30 deletions
cfgs/SHARED/namelist_top_ref
with
30 additions
and
30 deletions
cfgs/SHARED/namelist_top_ref
+
30
−
30
View file @
18acf680
...
@@ -13,8 +13,8 @@
...
@@ -13,8 +13,8 @@
!-----------------------------------------------------------------------
!-----------------------------------------------------------------------
&namtrc_run ! run information
&namtrc_run ! run information
!-----------------------------------------------------------------------
!-----------------------------------------------------------------------
ln_top_euler = .false.
! use Euler time-stepping for TOP
ln_top_euler = .false.
,
! use Euler time-stepping for TOP
ln_rsttr = .false.
! start from a restart file (T) or not (F)
ln_rsttr = .false.
,
! start from a restart file (T) or not (F)
nn_rsttr = 0 ! restart control = 0 initial time step is not compared to the restart file value
nn_rsttr = 0 ! restart control = 0 initial time step is not compared to the restart file value
! = 1 do not use the value in the restart file
! = 1 do not use the value in the restart file
! = 2 calendar parameters read in the restart file
! = 2 calendar parameters read in the restart file
...
@@ -28,19 +28,19 @@
...
@@ -28,19 +28,19 @@
!-----------------------------------------------------------------------
!-----------------------------------------------------------------------
jp_bgc = 0 ! Number of passive tracers of the BGC model
jp_bgc = 0 ! Number of passive tracers of the BGC model
!
!
ln_pisces = .false.
! Run PISCES BGC model
ln_pisces = .false.
,
! Run PISCES BGC model
ln_my_trc = .false.
! Run MY_TRC BGC model
ln_my_trc = .false.
,
! Run MY_TRC BGC model
ln_age = .false.
! Run the sea water age tracer
ln_age = .false.
,
! Run the sea water age tracer
ln_cfc11 = .false.
! Run the CFC11 passive tracer
ln_cfc11 = .false.
,
! Run the CFC11 passive tracer
ln_cfc12 = .false.
! Run the CFC12 passive tracer
ln_cfc12 = .false.
,
! Run the CFC12 passive tracer
ln_sf6 = .false.
! Run the SF6 passive tracer
ln_sf6 = .false.
,
! Run the SF6 passive tracer
ln_c14 = .false.
! Run the Radiocarbon passive tracer
ln_c14 = .false.
,
! Run the Radiocarbon passive tracer
!
!
ln_trcdta = .false.
! Initialisation from data input file (T) or not (F)
ln_trcdta = .false.
,
! Initialisation from data input file (T) or not (F)
ln_trcdmp = .false.
! add a damping termn (T) or not (F)
ln_trcdmp = .false.
,
! add a damping termn (T) or not (F)
ln_trcdmp_clo = .false.
! damping term (T) or not (F) on closed seas
ln_trcdmp_clo = .false.
,
! damping term (T) or not (F) on closed seas
ln_trcbc = .false.
! Surface, Lateral or Open Boundaries conditions
ln_trcbc = .false.
,
! Surface, Lateral or Open Boundaries conditions
ln_trcais = .false.
! Antarctic Ice Sheet nutrient supply
ln_trcais = .false.
,
! Antarctic Ice Sheet nutrient supply
!
!
jp_dia3d = 0 ! Number of 3D diagnostic variables
jp_dia3d = 0 ! Number of 3D diagnostic variables
jp_dia2d = 0 ! Number of 2D diagnostic variables
jp_dia2d = 0 ! Number of 2D diagnostic variables
...
@@ -66,25 +66,25 @@
...
@@ -66,25 +66,25 @@
!-----------------------------------------------------------------------
!-----------------------------------------------------------------------
&namtrc_adv ! advection scheme for passive tracer (default: NO selection)
&namtrc_adv ! advection scheme for passive tracer (default: NO selection)
!-----------------------------------------------------------------------
!-----------------------------------------------------------------------
ln_trcadv_OFF = .false.
! No passive tracer advection
ln_trcadv_OFF = .false.
,
! No passive tracer advection
ln_trcadv_cen = .false.
! 2nd order centered scheme
ln_trcadv_cen = .false.
,
! 2nd order centered scheme
nn_cen_h = 4 ! =2/4, horizontal 2nd order CEN / 4th order CEN
nn_cen_h = 4 ! =2/4, horizontal 2nd order CEN / 4th order CEN
nn_cen_v = 4 ! =2/4, vertical 2nd order CEN / 4th order COMPACT
nn_cen_v = 4 ! =2/4, vertical 2nd order CEN / 4th order COMPACT
ln_trcadv_fct = .false.
! FCT scheme
ln_trcadv_fct = .false.
,
! FCT scheme
nn_fct_h = 2 ! =2/4, horizontal 2nd / 4th order
nn_fct_h = 2 ! =2/4, horizontal 2nd / 4th order
nn_fct_v = 2 ! =2/4, vertical 2nd / COMPACT 4th order
nn_fct_v = 2 ! =2/4, vertical 2nd / COMPACT 4th order
ln_trcadv_mus = .false.
! MUSCL scheme
ln_trcadv_mus = .false.
,
! MUSCL scheme
ln_mus_ups = .false.
! use upstream scheme near river mouths
ln_mus_ups = .false.
,
! use upstream scheme near river mouths
ln_trcadv_ubs = .false.
! UBS scheme
ln_trcadv_ubs = .false.
,
! UBS scheme
nn_ubs_v = 2 ! =2 , vertical 2nd order FCT
nn_ubs_v = 2 ! =2 , vertical 2nd order FCT
ln_trcadv_qck = .false.
! QUICKEST scheme
ln_trcadv_qck = .false.
,
! QUICKEST scheme
/
/
!-----------------------------------------------------------------------
!-----------------------------------------------------------------------
&namtrc_ldf ! lateral diffusion scheme for passive tracer (default: NO selection)
&namtrc_ldf ! lateral diffusion scheme for passive tracer (default: NO selection)
!-----------------------------------------------------------------------
!-----------------------------------------------------------------------
! ! Type of the operator:
! ! Type of the operator:
ln_trcldf_OFF = .false.
! No explicit diffusion
ln_trcldf_OFF = .false.
,
! No explicit diffusion
ln_trcldf_tra = .false.
! use active tracer setting
ln_trcldf_tra = .false.
,
! use active tracer setting
! ! Coefficient (defined with namtra_ldf coefficient)
! ! Coefficient (defined with namtra_ldf coefficient)
rn_ldf_multi = 1. ! multiplier of aht for TRC mixing coefficient
rn_ldf_multi = 1. ! multiplier of aht for TRC mixing coefficient
rn_fact_lap = 1. ! Equatorial enhanced zonal eddy diffusivity (lap only)
rn_fact_lap = 1. ! Equatorial enhanced zonal eddy diffusivity (lap only)
...
@@ -92,7 +92,7 @@
...
@@ -92,7 +92,7 @@
!-----------------------------------------------------------------------
!-----------------------------------------------------------------------
&namtrc_rad ! treatment of negative concentrations
&namtrc_rad ! treatment of negative concentrations
!-----------------------------------------------------------------------
!-----------------------------------------------------------------------
ln_trcrad = .true.
! artificially correct negative concentrations (T) or not (F)
ln_trcrad = .true.
,
! artificially correct negative concentrations (T) or not (F)
/
/
!-----------------------------------------------------------------------
!-----------------------------------------------------------------------
&namtrc_snk ! Sedimentation of particles
&namtrc_snk ! Sedimentation of particles
...
@@ -102,7 +102,7 @@
...
@@ -102,7 +102,7 @@
!-----------------------------------------------------------------------
!-----------------------------------------------------------------------
&namtrc_dcy ! Diurnal cycle
&namtrc_dcy ! Diurnal cycle
!-----------------------------------------------------------------------
!-----------------------------------------------------------------------
ln_trcdc2dm = .false.
! Diurnal cycle for TOP
ln_trcdc2dm = .false.
,
! Diurnal cycle for TOP
/
/
!-----------------------------------------------------------------------
!-----------------------------------------------------------------------
&namtrc_opt ! light availability in the water column
&namtrc_opt ! light availability in the water column
...
@@ -111,7 +111,7 @@
...
@@ -111,7 +111,7 @@
! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! filename ! pairing ! filename !
! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! filename ! pairing ! filename !
sn_par = 'par.orca' , 24 , 'fr_par' , .true. , .true. , 'yearly' , '' , '' , ''
sn_par = 'par.orca' , 24 , 'fr_par' , .true. , .true. , 'yearly' , '' , '' , ''
cn_dir = './' ! root directory for the location of the dynamical files
cn_dir = './' ! root directory for the location of the dynamical files
ln_varpar = .true.
! Read PAR from file
ln_varpar = .true.
,
! Read PAR from file
parlux = 0.43 ! Fraction of shortwave as PAR
parlux = 0.43 ! Fraction of shortwave as PAR
light_loc = 'center' ! Light location in the water cell ('center', 'integral')
light_loc = 'center' ! Light location in the water cell ('center', 'integral')
/
/
...
@@ -138,8 +138,8 @@
...
@@ -138,8 +138,8 @@
nn_trd_trc = 5475 ! time step frequency and tracers trends
nn_trd_trc = 5475 ! time step frequency and tracers trends
nn_ctls_trc = 0 ! control surface type in mixed-layer trends (0,1 or n<jpk)
nn_ctls_trc = 0 ! control surface type in mixed-layer trends (0,1 or n<jpk)
rn_ucf_trc = 1 ! unit conversion factor (=1 -> /seconds ; =86400. -> /day)
rn_ucf_trc = 1 ! unit conversion factor (=1 -> /seconds ; =86400. -> /day)
ln_trdmld_trc_restart = .false.
! restart for ML diagnostics
ln_trdmld_trc_restart = .false.
,
! restart for ML diagnostics
ln_trdmld_trc_instant = .true.
! flag to diagnose trends of instantantaneous or mean ML T/S
ln_trdmld_trc_instant = .true.
,
! flag to diagnose trends of instantantaneous or mean ML T/S
ln_trdtrc( 1) = .true.
ln_trdtrc( 1) = .true.
ln_trdtrc( 2) = .true.
ln_trdtrc( 2) = .true.
ln_trdtrc(23) = .true.
ln_trdtrc(23) = .true.
...
@@ -158,7 +158,7 @@
...
@@ -158,7 +158,7 @@
cn_dir_sbc = './' ! root directory for the location of SURFACE data files
cn_dir_sbc = './' ! root directory for the location of SURFACE data files
cn_dir_cbc = './' ! root directory for the location of COASTAL data files
cn_dir_cbc = './' ! root directory for the location of COASTAL data files
cn_dir_obc = './' ! root directory for the location of OPEN data files
cn_dir_obc = './' ! root directory for the location of OPEN data files
ln_rnf_ctl = .false.
! Remove runoff dilution on tracers with absent river load
ln_rnf_ctl = .false.
,
! Remove runoff dilution on tracers with absent river load
rn_sbc_time = 86400. ! Time scaling factor for SBC data (seconds in a day)
rn_sbc_time = 86400. ! Time scaling factor for SBC data (seconds in a day)
rn_cbc_time = 86400. ! Time scaling factor for CBC data (seconds in a day)
rn_cbc_time = 86400. ! Time scaling factor for CBC data (seconds in a day)
! cn_tronam(1) = 'var1' ! Tracer-name to variable-name translation
! cn_tronam(1) = 'var1' ! Tracer-name to variable-name translation
...
@@ -173,7 +173,7 @@
...
@@ -173,7 +173,7 @@
! = 0 NO damping of tracers at open boudaries
! = 0 NO damping of tracers at open boudaries
! = 1 Only for tracers forced with external data
! = 1 Only for tracers forced with external data
! = 2 Damping applied to all tracers
! = 2 Damping applied to all tracers
ln_zintobc = .false.
! T if a vertical interpolation is required. Variables gdep[t] and e3[t] must exist in the file
ln_zintobc = .false.
,
! T if a vertical interpolation is required. Variables gdep[t] and e3[t] must exist in the file
! automatically defined to T if the number of vertical levels in bdy dta /= jpk
! automatically defined to T if the number of vertical levels in bdy dta /= jpk
/
/
!-----------------------------------------------------------------------
!-----------------------------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment