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

Ignore:
Timestamp:
2014-02-11T10:55:27+01:00 (10 years ago)
Author:
jchanut
Message:

Fix misplaced call to ts_rst
o-This line, and those below, will be ignored--

M NEMO/OPA_SRC/DYN/dynspg.F90
M NEMO/OPA_SRC/DYN/dynspg_ts.F90

Location:
branches/2013/dev_MERGE_2013/NEMOGCM/NEMO/OPA_SRC/DYN
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_MERGE_2013/NEMOGCM/NEMO/OPA_SRC/DYN/dynspg.F90

    r4487 r4496  
    235235         IF( dynspg_oce_alloc() /= 0 )   CALL ctl_stop('STOP', 'dyn_spg_init: failed to allocate dynspg_oce arrays') 
    236236         IF( dyn_spg_ts_alloc() /= 0 )   CALL ctl_stop('STOP', 'dyn_spg_init: failed to allocate dynspg_ts  arrays') 
     237         IF ((neuler/=0).AND.(ln_bt_fw)) CALL ts_rst( nit000, 'READ' ) 
    237238      ENDIF 
    238239 
  • branches/2013/dev_MERGE_2013/NEMOGCM/NEMO/OPA_SRC/DYN/dynspg_ts.F90

    r4486 r4496  
    5252   PUBLIC dyn_spg_ts_alloc  !    "      "     "    " 
    5353   PUBLIC dyn_spg_ts_init   !    "      "     "    " 
     54   PUBLIC ts_rst            !    "      "     "    " 
    5455 
    5556   INTEGER, SAVE :: icycle  ! Number of barotropic sub-steps for each internal step nn_baro <= 2.5 nn_baro 
     
    11421143      ENDIF 
    11431144      ! 
    1144       IF ((neuler/=0).AND.(ln_bt_fw)) CALL ts_rst( nit000, 'READ' )  
    1145       ! 
    11461145      CALL wrk_dealloc( jpi, jpj, zcu ) 
    11471146      ! 
Note: See TracChangeset for help on using the changeset viewer.