Commit a9d20525 authored by Dr Jeff Polton's avatar Dr Jeff Polton
Browse files

working initial condition test (no bcs)

parent 7c7f5891
......@@ -6,7 +6,7 @@
!-----------------------------------------------------------------------
cn_exp = "BoBEAS" ! experience name
nn_it000 = 1 ! 57601 ! first time step ! CHNAGE THIS TO END OF LAST RUN + 1
nn_itend = 100 ! 218880 crashed in Apr16 ! 138240 ! last time step (std 1 day = 144) (for dt = 6 min, so 240*dt = 1 day) ! CHANGE THIS TO THIS + 56 DAYS
nn_itend = 14400 ! 218880 crashed in Apr16 ! 138240 ! last time step (std 1 day = 144) (for dt = 6 min, so 240*dt = 1 day) ! CHANGE THIS TO THIS + 56 DAYS
nn_date0 = 20190401 !20110717 ! date at nit_0000 (format yyyymmdd) used if ln_rstart=F or (ln_rstart=T and nn_rstctl=0 or 1)
nn_time0 = 0 ! initial time of day in hhmm
nn_leapy = 1 ! Leap year calendar (1) or not (0)
......@@ -24,7 +24,7 @@
! cn_ocerst_in = "ammsurge_restart_oce" ! suffix of ocean restart name (input)
! cn_ocerst_out = "restart_oce_out" ! suffix of ocean restart name (input)
nn_istate = 0 ! output the initial state (1) or not (0)
nn_stock = 100 ! 40320 =28days ! frequency of creation of a restart file (modulo referenced to 1) ! 28 DAYS
nn_stock = 14400 ! 40320 =28days ! frequency of creation of a restart file (modulo referenced to 1) ! 28 DAYS
nn_write = 10 ! 86400 ! frequency of write in the output file (modulo referenced to nit000)
/
!-----------------------------------------------------------------------
......@@ -60,15 +60,15 @@
!-----------------------------------------------------------------------
! ! file name ! frequency (hours) ! variable ! time interp.! clim ! 'yearly'/ ! weights ! rotation ! land/sea mask !
! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! filename ! pairing ! filename !
sn_tem = 'initcd_votemper.nc', -1 ,'votemper', .false. , .true. , 'yearly' , '' , '' , ''
sn_sal = 'initcd_vosaline.nc', -1 ,'vosaline', .false. , .true. , 'yearly' , '' , '' , ''
sn_tem = 'initcd_votemper.nc', -12 ,'votemper', .false. , .true. , 'yearly' , '' , '' , ''
sn_sal = 'initcd_vosaline.nc', -12 ,'vosaline', .false. , .true. , 'yearly' , '' , '' , ''
sn_dep = 'initcd_depth.nc' , -12 ,'gdept_4D', .false. , .true. , 'yearly' , '' , '' , ''
sn_msk = 'sosie_initcd_mask.nc', -12 ,'mask', .false. , .true. , 'yearly' , '' , '' , ''
sn_msk = 'initcd_mask.nc', -12 ,'mask', .false. , .true. , 'yearly' , '' , '' , ''
!
cn_dir = './ICS/' ! root directory for the location of the runoff files
ln_tsd_init = .true. ! Initialisation of ocean T & S with T & S input data (T) or not (F)
ln_tsd_interp = .true. ! Interpolation of T & S in the verticalinput data (T) or not (F)
ln_tsd_interp = .false. ! Interpolation of T & S in the verticalinput data (T) or not (F)
ln_tsd_tradmp = .false. ! damping of ocean T & S toward T & S input data (T) or not (F)
/
!-----------------------------------------------------------------------
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment