New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
ticket/1613_NOC3_vvl_by_default (diff) – NEMO

Changes between Version 6 and Version 7 of ticket/1613_NOC3_vvl_by_default


Ignore:
Timestamp:
2015-10-28T08:48:30+01:00 (8 years ago)
Author:
gm
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ticket/1613_NOC3_vvl_by_default

    v6 v7  
    2929 * dom_oce : [[BR]](1) systematic declaration of before/now/after vertical coordinate [[BR]](2) uniformisation of the name: hur (hvr) becomes r1_hu_n (r1_hv_n) ; idem for before and after[[BR]](3) gdep3w becomes gde3w === 
    3030 * all NEMO code: replace fs... by the the associated variable. When time-step is not prescribed, use _n variable (as was done in domzgr_substitute.h90). Results should be identical:  '''===>>> TO BE verified'''   (NB: in dynhpg.F90, some 1/e1u, 1/e2v has been replaced by r1_e1u, r1_e2v  ==>> last digit changes !) 
    31  * remove domzgr_substitute.h90 and its #include every where in the code. compilation OK (ORCA2_LIM3, ORCA2_LIM with/without AGRIF, ORCA2_LIM_PISCES, ) 
    32  *  
     31 * remove domzgr_substitute.h90 and its #include every where in the code. compilation OK (ORCA2_LIM3, ORCA2_LIM with/without AGRIF, ORCA2_LIM_PISCES,ORCA2_SAS_LIM, AMM12, C1D_PAPA, ORCA2_OFF_PISCES, GYRE_PISCES) 
     32 * domzgr.F90 : Add the initialization of "_b", "_n", "_a" vertical coordinate arrays to "_0" in cas of linear free surface (i.e. .not.lk_vvl) 
    3333 
    34 === tell it again  :-) === 
    35 == II. ... == 
    36 (II.1) 
     34=== II. Non-linear free surface by default === 
     35 * introduce an namelist parameter (ln_linssh) for linear free surface 
     36 * remove key_vvl and replace the "IF( lk_vvl ) THEN...ELSE...ENDIF" by "IF( ln_linssh ) THEN...ELSE...ENDIF"  
     37 
     38 
    3739 
    3840----