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 11852 for NEMO/branches/2019/ENHANCE-02_ISF_nemo/src/OCE/ISF/isfrst.F90 – NEMO

Ignore:
Timestamp:
2019-11-04T19:00:27+01:00 (5 years ago)
Author:
mathiot
Message:

ENHANCE-02_ISF_nemo: fix WED025 restartability, finish removing useless USE, remove useless lbc_lnk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/ENHANCE-02_ISF_nemo/src/OCE/ISF/isfrst.F90

    r11423 r11852  
    1010   !!   isfrst : read/write iceshelf variables in/from restart 
    1111   !!---------------------------------------------------------------------- 
    12    USE oce            ! ocean dynamics and tracers 
    13    USE isf            ! ice shelf variable 
     12   ! 
     13   USE dom_oce, ONLY: jpi,jpj,jpk,jpts ! time and space domain 
    1414   ! 
    1515   USE in_out_manager ! I/O manager 
     
    6161      ! 
    6262      IF( lwxios ) THEN 
    63           CALL iom_set_rstw_var_active(TRIM(chc_b )) 
    64           CALL iom_set_rstw_var_active(TRIM(csc_b )) 
    65           CALL iom_set_rstw_var_active(TRIM(cfwf_b)) 
     63         CALL iom_set_rstw_var_active(TRIM(chc_b )) 
     64         CALL iom_set_rstw_var_active(TRIM(csc_b )) 
     65         CALL iom_set_rstw_var_active(TRIM(cfwf_b)) 
    6666      ENDIF 
     67 
     68      CALL FLUSH(numout) 
    6769 
    6870   END SUBROUTINE isfrst_read 
     
    7476      !!-------------------------- OUT -------------------------------------- 
    7577      !!-------------------------- IN  -------------------------------------- 
    76       INTEGER                     , INTENT(in   ) :: kt 
    77       CHARACTER(LEN=256)          , INTENT(in   ) :: cdisf 
     78      INTEGER                          , INTENT(in   ) :: kt 
     79      CHARACTER(LEN=256)               , INTENT(in   ) :: cdisf 
    7880      REAL(wp), DIMENSION(jpi,jpj)     , INTENT(in   ) :: pfwf 
    7981      REAL(wp), DIMENSION(jpi,jpj,jpts), INTENT(in   ) :: ptsc 
Note: See TracChangeset for help on using the changeset viewer.