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 5883 for branches/2015/dev_r5836_NOC3_vvl_by_default/NEMOGCM/NEMO/OPA_SRC/DOM/domain.F90 – NEMO

Ignore:
Timestamp:
2015-11-13T08:01:08+01:00 (8 years ago)
Author:
gm
Message:

#1613: vvl by default: TRA/TRC remove optimization associated with linear free surface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5836_NOC3_vvl_by_default/NEMOGCM/NEMO/OPA_SRC/DOM/domain.F90

    r5866 r5883  
    103103      !              !==  time varying part of coordinate system  ==! 
    104104      ! 
    105       IF( .NOT.ln_linssh ) THEN                 ! time varying : initialize before/now/after variables 
    106          ! 
    107          CALL dom_vvl_init  
    108          ! 
    109       ELSE                                      ! Fix in time : set to the reference one for all 
     105      IF( ln_linssh ) THEN          ! Fix in time : set to the reference one for all 
    110106         !       before        !          now          !       after         ! 
    111107         ;  gdept_b = gdept_0  ;   gdept_n = gdept_0   !        ---          ! depth of grid-points 
     
    134130         ! 
    135131         CALL wrk_dealloc( jpi,jpj,   z1_hu_0, z1_hv_0 ) 
     132         ! 
     133      ELSE                         ! time varying : initialize before/now/after variables 
     134         ! 
     135         CALL dom_vvl_init  
     136         ! 
    136137      ENDIF 
    137138      ! 
Note: See TracChangeset for help on using the changeset viewer.