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 13871 for NEMO/branches/2020/dev_12905_xios_restart/src/OFF – NEMO

Ignore:
Timestamp:
2020-11-25T12:51:29+01:00 (4 years ago)
Author:
andmirek
Message:

Ticket #2462: Addressing reviewr comments stage 1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_12905_xios_restart/src/OFF/nemogcm.F90

    r13727 r13871  
    127127         ! 
    128128      IF((istp == nitrst) .AND. lwxios) THEN 
    129          CALL iom_swap(      cwtxios_context          ) 
    130          CALL iom_init_closedef(cwtxios_context) 
    131          CALL iom_setkt( istp - nit000 + 1,      cwtxios_context          ) 
     129         CALL iom_swap(      cw_toprst_cxt          ) 
     130         CALL iom_init_closedef(cw_toprst_cxt) 
     131         CALL iom_setkt( istp - nit000 + 1,      cw_toprst_cxt          ) 
    132132      ENDIF 
    133133 
Note: See TracChangeset for help on using the changeset viewer.