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 8763 for branches/2017/dev_r8600_xios_write/NEMOGCM/NEMO/OPA_SRC/TRA/traqsr.F90 – NEMO

Ignore:
Timestamp:
2017-11-21T11:28:18+01:00 (6 years ago)
Author:
andmirek
Message:

#1962 correct name of XIOS write context

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r8600_xios_write/NEMOGCM/NEMO/OPA_SRC/TRA/traqsr.F90

    r8662 r8763  
    295295      ! 
    296296      IF( lrst_oce ) THEN     ! write in the ocean restart file 
    297          IF( lwxios ) CALL iom_swap(      wxios_context          ) 
     297         IF( lwxios ) CALL iom_swap(      cwxios_context          ) 
    298298         CALL iom_rstput( kt, nitrst, numrow, 'qsr_hc_b'   , qsr_hc, ldxios = lwxios      ) 
    299299         CALL iom_rstput( kt, nitrst, numrow, 'fraqsr_1lev', fraqsr_1lev, ldxios = lwxios )  
Note: See TracChangeset for help on using the changeset viewer.