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 12951 – NEMO

Changeset 12951


Ignore:
Timestamp:
2020-05-19T13:02:48+02:00 (4 years ago)
Author:
andmirek
Message:

Ticket #2462: remove commentted out testing lines

Location:
NEMO/branches/2020/dev_12905_xios_restart/src/OCE
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_12905_xios_restart/src/OCE/DOM/daymod.F90

    r12950 r12951  
    402402         ENDIF 
    403403         ! calendar control 
    404          IF( lwxios ) THEN 
    405             CALL iom_swap(      cwxios_context          ) 
    406 !           IF( kt == nitrst ) THEN 
    407 !               CALL iom_init_closedef(cwxios_context) 
    408 !               CALL iom_setkt( kt - nit000 + 1,      cwxios_context          ) 
    409 !               CALL iom_swap(      cwxios_context          ) 
    410 !           ENDIF 
     404         IF( lwxios ) CALL iom_swap(      cwxios_context          ) 
    411405         ENDIF 
    412406         CALL iom_rstput( kt, nitrst, numrow, 'kt'     , REAL( kt    , wp)  , ldxios = lwxios )   ! time-step 
  • NEMO/branches/2020/dev_12905_xios_restart/src/OCE/IOM/iom.F90

    r12950 r12951  
    472472 
    473473        CALL xios_get_handle("wrestart", file_hdl) 
    474 !       CALL xios_get_file_attr("wrestart", name = fname ) 
    475 !       IF(lwp) write(numout, *) TRIM(fname), ' File to write' 
    476 !       IF(lwp) call flush(numout) 
    477474!define fields for restart context 
    478475        CALL xios_add_child(file_hdl, field_hdl, TRIM(sdfield)) 
Note: See TracChangeset for help on using the changeset viewer.