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 3865 for branches/2013/dev_r3858_NOC_ZTC/NEMOGCM/NEMO/OPA_SRC/DOM/istate.F90 – NEMO

Ignore:
Timestamp:
2013-04-09T18:34:38+02:00 (11 years ago)
Author:
acc
Message:

Branch 2013/dev_r3858_NOC_ZTC, #863. Nearly complete port of 2011/dev_r2739_LOCEAN8_ZTC development branch into v3.5aplha base. Compiles and runs but currently unstable after 8 timesteps with ORCA2_LIM reference configuration.

File:
1 edited

Legend:

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

    r3862 r3865  
    9090         neuler = 1                              ! Set time-step indicator at nit000 (leap-frog) 
    9191         CALL rst_read                           ! Read the restart file 
    92          !                                       ! define e3u_b, e3v_b from e3t_b read in restart file 
    93          CALL dom_vvl_2( nit000, fse3u_b(:,:,:), fse3v_b(:,:,:) ) 
    9492         CALL day_init                           ! model calendar (using both namelist and restart infos) 
    9593      ELSE 
     
    131129            ENDDO 
    132130         ENDIF 
    133          !                                       ! define e3u_b, e3v_b from e3t_b initialized in domzgr 
    134          CALL dom_vvl_2( nit000, fse3u_b(:,:,:), fse3v_b(:,:,:) ) 
    135131         !  
    136132      ENDIF 
Note: See TracChangeset for help on using the changeset viewer.