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 4286 for branches/2013 – NEMO

Changeset 4286 for branches/2013


Ignore:
Timestamp:
2013-11-20T15:05:29+01:00 (10 years ago)
Author:
davestorkey
Message:

Fix to allow VVL runs to read old VVL restarts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_r3858_NOC_ZTC/NEMOGCM/NEMO/OPA_SRC/DOM/domvvl.F90

    r4254 r4286  
    770770                  fse3t_b(:,:,:) = fse3t_n(:,:,:) 
    771771               ENDIF 
     772            ELSE IF( id1 > 0 ) THEN 
     773               IF(lwp) write(numout,*) 'dom_vvl_rst WARNING : fse3t_n not found in restart files' 
     774               IF(lwp) write(numout,*) 'fse3t_n set equal to fse3t_b.' 
     775               fse3t_b(:,:,:) = fse3t_n(:,:,:) 
    772776            ELSE                                 ! one at least array is missing 
    773777               CALL ctl_stop( 'dom_vvl_rst: vvl cannot restart from a non vvl run' ) 
Note: See TracChangeset for help on using the changeset viewer.