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 11970 for NEMO/branches/2019/ENHANCE-02_ISF_nemo_TEST_MERGE/src/OCE/IOM/iom.F90 – NEMO

Ignore:
Timestamp:
2019-11-26T16:06:55+01:00 (4 years ago)
Author:
davestorkey
Message:

2019/ENHANCE-02_ISF_nemo_TEST_MERGE : copy changes from Pierre's branch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/ENHANCE-02_ISF_nemo_TEST_MERGE/src/OCE/IOM/iom.F90

    r11554 r11970  
    375375        CALL iom_set_rstw_var_active('sshn') 
    376376        CALL iom_set_rstw_var_active('rhop') 
    377      ! extra variable needed for the ice sheet coupling 
    378         IF ( ln_iscpl ) THEN 
    379              CALL iom_set_rstw_var_active('tmask') 
    380              CALL iom_set_rstw_var_active('umask') 
    381              CALL iom_set_rstw_var_active('vmask') 
    382              CALL iom_set_rstw_var_active('smask') 
    383              CALL iom_set_rstw_var_active('e3t_n') 
    384              CALL iom_set_rstw_var_active('e3u_n') 
    385              CALL iom_set_rstw_var_active('e3v_n') 
    386              CALL iom_set_rstw_var_active('gdepw_n') 
    387         END IF 
    388377      ENDIF 
    389378      IF(ln_diurnal) CALL iom_set_rstw_var_active('Dsst') 
Note: See TracChangeset for help on using the changeset viewer.