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.
Changeset 8930 for branches/2017/dev_CNRS_2017/NEMOGCM/NEMO/OPA_SRC/DOM/domain.F90 – NEMO

Ignore:
Timestamp:
2017-12-06T18:17:10+01:00 (6 years ago)
Author:
acc
Message:

Branch 2017/dev_CNRS_2017. Merge in NOC-originated OSMOSIS additions from dev_r7881_ENHANCE09_RK3. SETTE tested successfully apart from WISOMIP_ST (expected) and WORCA2AGR_ST (which differs only after 115 timesteps and seems to be a local issue)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_CNRS_2017/NEMOGCM/NEMO/OPA_SRC/DOM/domain.F90

    r8882 r8930  
    3737   USE domvvl         ! variable volume 
    3838   USE c1d            ! 1D configuration 
    39    USE domc1d         ! 1D configuration: column location 
    4039   USE dyncor_c1d     ! 1D configuration: Coriolis term    (cor_c1d routine) 
    4140   USE wet_dry        ! wetting and drying 
     
    117116         WRITE(numout,*)     '              nn_cfg = ', nn_cfg 
    118117      ENDIF 
    119       ! 
    120       !       
    121 !!gm  This should be removed with the new configuration interface 
    122       IF( lk_c1d .AND. ln_c1d_locpt )  CALL dom_c1d( rn_lat1d, rn_lon1d ) 
    123 !!gm end 
    124118      ! 
    125119      !           !==  Reference coordinate system  ==! 
Note: See TracChangeset for help on using the changeset viewer.