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 12721 for NEMO/branches/UKMO/NEMO_4.0.2_GO8_package_ENHANCE-02_ISF_nemo/src/OCE/IOM/iom.F90 – NEMO

Ignore:
Timestamp:
2020-04-08T20:42:57+02:00 (4 years ago)
Author:
mathiot
Message:

NEMO_4.0.2_GO8_package_ENHANCE-02_ISF_nemo: add last year isf dev

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0.2_GO8_package_ENHANCE-02_ISF_nemo/src/OCE/IOM/iom.F90

    r12660 r12721  
    384384        CALL iom_set_rstw_var_active('sshn') 
    385385        CALL iom_set_rstw_var_active('rhop') 
    386      ! extra variable needed for the ice sheet coupling 
    387         IF ( ln_iscpl ) THEN 
    388              CALL iom_set_rstw_var_active('tmask') 
    389              CALL iom_set_rstw_var_active('umask') 
    390              CALL iom_set_rstw_var_active('vmask') 
    391              CALL iom_set_rstw_var_active('smask') 
    392              CALL iom_set_rstw_var_active('e3t_n') 
    393              CALL iom_set_rstw_var_active('e3u_n') 
    394              CALL iom_set_rstw_var_active('e3v_n') 
    395              CALL iom_set_rstw_var_active('gdepw_n') 
    396         END IF 
    397386      ENDIF 
    398387      IF(ln_diurnal) CALL iom_set_rstw_var_active('Dsst') 
Note: See TracChangeset for help on using the changeset viewer.