diff nemo/src/NST/agrif_oce.F90 head/src/NST/agrif_oce.F90
30,31d29
< REAL(wp), PUBLIC :: rn_hcri = 0.05 !: minimum thickness (m) for flux blocking
<
38,40c36,37
< INTEGER , PUBLIC, PARAMETER :: nn_sponge_len = 2 !: Sponge width (in number of parent grid points)
< INTEGER , PUBLIC, PARAMETER :: nn_shift_bar = 0 !: nb of coarse grid points by which we shift 2d interface
< INTEGER , PUBLIC, PARAMETER :: nn_dist_par_bc= 7 !: position of parent open boundary from dynamlical interface (2d mode bdy)
---
> INTEGER , PUBLIC, PARAMETER :: nn_sponge_len = 2 !: Sponge width (in number of parent grid points)
> INTEGER , PUBLIC, PARAMETER :: nn_shift_bar = 0 !: nb of coarse grid points by which we shift 2d interface
46,47c43
< LOGICAL , PUBLIC :: lk_div_cons = .FALSE. !: if true, volume conserving formulation in ghost zone
< LOGICAL , PUBLIC :: lk_tint2d_constant = .FALSE. !: Constant, conservative temporal interpolation of barotropic fluxes
---
> LOGICAL , PUBLIC :: lk_tint2d_notinterp = .FALSE. !: if true, no time interp
63c59
< INTEGER , PUBLIC, SAVE :: Kbb_a, Kmm_a, Kaa_a, Krhs_a !: AGRIF module-specific copies of time-level indices
---
> INTEGER , PUBLIC, SAVE :: Kbb_a, Kmm_a, Krhs_a !: AGRIF module-specific copies of time-level indices
83d78
< INTEGER, PUBLIC :: sshn_frc_id
⚠️ WARNING⚠️
tools/DOMAINcfg/namelist_ref has changed:
diff ./nemo/tools/DOMAINcfg/namelist_ref ./head/tools/DOMAINcfg/namelist_ref
26,29c26,27
< nn_bathy = 1 ! = 0 compute analyticaly
< ! = 1 read the bathymetry file
< ! = 2 compute from external bathymetry
< ! = 3 compute from parent (if "key_agrif")
---
> nn_bathy = 1 ! compute analyticaly (=0) or read (=1) the bathymetry file
> ! or compute (2) from external bathymetry
41d38
< rn_scale = 1. ! multiplicative factor to account for possibly negative input bathymetry (agrif only)
84,87d80
< ! ! if ln_e3_dep = T
< ln_dept_mid = .false. ! =T : set T points in the middle of cells
< ! ! =F : e3 analytical depth function
< ! !
⚠️ WARNING⚠️
cfgs/SHARED/namelist_ref has changed:
diff ./nemo/cfgs/SHARED/namelist_ref ./head/cfgs/SHARED/namelist_ref
695c695
< ln_spc_dyn = .false. ! use 0 as special value for dynamics
---
> ln_spc_dyn = .true. ! use 0 as special value for dynamics
THIS IS JUST A TEST! Hi there, commit db59052a9a7b94b2939dfd42be3f2a4cb9f6abb5 has been pushed to dev_agrif_immerse.
⚠️ WARNING⚠️ restart.F90 needs to be updated:
⚠️ WARNING⚠️ agrif_oce.F90 needs to be updated:
⚠️ WARNING⚠️ tools/DOMAINcfg/namelist_ref has changed:
⚠️ WARNING⚠️ cfgs/SHARED/namelist_ref has changed: