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 10023 for NEMO/branches/2018/dev_r9838_ENHANCE04_RK3/src/OCE/DOM/istate.F90 – NEMO

Ignore:
Timestamp:
2018-08-02T08:19:03+02:00 (6 years ago)
Author:
gm
Message:

#1911 (ENHANCE-04): RK3 branch - step II.2 bug correction in dynnxt + domvvl_RK3 creation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2018/dev_r9838_ENHANCE04_RK3/src/OCE/DOM/istate.F90

    r10009 r10023  
    104104            ! 
    105105         ELSE                                 ! user defined initial T and S 
    106             CALL usr_def_istate( gdept_b, tmask, tsb, ub, vb, ssh(:,:,Nbb) )          
     106!!gm            CALL usr_def_istate( gdept_b, tmask, tsb, ub, vb, ssh(:,:,Nbb) )     
     107!!gm  when ln_linssh=.FALSE. (non linear free surface, gdept_b  is NOT initialized ! 
     108!!gm      
     109            CALL usr_def_istate( gdept_0, tmask, tsb, ub, vb, ssh(:,:,Nbb) )  
     110!!gm         
    107111         ENDIF 
    108112         tsn  (:,:,:,:) = tsb(:,:,:,:)       ! set now values from to before ones 
Note: See TracChangeset for help on using the changeset viewer.