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 10400 for branches/UKMO/dev_isf_divg_corr_GO6_package_r9385/NEMOGCM/NEMO/OPA_SRC/DYN/divcur.F90 – NEMO

Ignore:
Timestamp:
2018-12-17T14:13:38+01:00 (5 years ago)
Author:
antsia
Message:

the correct option for ln_rstart=F

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_isf_divg_corr_GO6_package_r9385/NEMOGCM/NEMO/OPA_SRC/DYN/divcur.F90

    r9813 r10400  
    328328      !                                                ! =============== 
    329329 
    330       IF( ln_iscpl .AND. kt == nit000)   THEN  
     330      IF( ln_iscpl .AND. ln_rstart .AND. kt == nit000)   THEN  
    331331         IF(lwp) WRITE(numout,*) 'for nit000, update hdivn after calling div_cur with the divergence correction' 
    332332                          CALL iscpl_div( hdivn ) ! 
Note: See TracChangeset for help on using the changeset viewer.