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 5381 for branches/2015/dev_r5218_CNRS17_coupling/NEMOGCM/NEMO/OPA_SRC/IOM/restart.F90 – NEMO

Ignore:
Timestamp:
2015-06-09T00:48:54+02:00 (9 years ago)
Author:
smasson
Message:

dev_r5218_CNRS17_coupling: continue...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5218_CNRS17_coupling/NEMOGCM/NEMO/OPA_SRC/IOM/restart.F90

    r5357 r5381  
    2424   USE trdmxl_oce      ! ocean active mixed layer tracers trends variables 
    2525   USE divcur          ! hor. divergence and curl      (div & cur routines) 
    26    USE sbc_ice, ONLY : lk_lim3 
    27    USE sbc_oce, ONLY : nn_components, jp_iam_opa 
    2826 
    2927   IMPLICIT NONE 
     
    121119                     CALL iom_rstput( kt, nitrst, numrow, 'hdivb'  , hdivb     ) 
    122120                     CALL iom_rstput( kt, nitrst, numrow, 'sshb'   , sshb      ) 
    123                      ! 
    124       IF( lk_lim3 .OR. ( nn_components == jp_iam_opa ) )  CALL iom_rstput( kt, nitrst, numrow, 'fse3t_b', fse3t_b(:,:,:) ) 
    125121                     ! 
    126122                     CALL iom_rstput( kt, nitrst, numrow, 'un'     , un        )     ! now fields 
     
    212208         CALL iom_get( numror, jpdom_autoglo, 'hdivb'  , hdivb   ) 
    213209         CALL iom_get( numror, jpdom_autoglo, 'sshb'   , sshb    ) 
    214 ! EM Attention Ceci doit etre reimplemente correctement 
    215          IF( lk_lim3 .OR. ( nn_components == jp_iam_opa ) )   CALL iom_get( numror, jpdom_autoglo, 'fse3t_b', fse3t_b(:,:,:) ) 
    216 !clem         CALL iom_get( numror, jpdom_autoglo, 'fse3t_b', fse3t_b(:,:,:) ) 
    217210      ELSE 
    218211         neuler = 0 
     
    257250         ENDIF 
    258251 
    259          IF( ( lk_lim3 .OR. ( nn_components == jp_iam_opa ) ) .AND. .NOT. lk_vvl ) THEN 
    260             DO jk = 1, jpk 
    261                fse3t_b(:,:,jk) = fse3t_n(:,:,jk) 
    262             END DO 
    263          ENDIF 
    264  
    265252      ENDIF 
    266253      ! 
Note: See TracChangeset for help on using the changeset viewer.