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

Changeset 8763


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

#1962 correct name of XIOS write context

Location:
branches/2017/dev_r8600_xios_write/NEMOGCM/NEMO/OPA_SRC/TRA
Files:
2 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 )  
  • branches/2017/dev_r8600_xios_write/NEMOGCM/NEMO/OPA_SRC/TRA/trasbc.F90

    r8662 r8763  
    147147      !                   
    148148      IF( lrst_oce ) THEN           !==  write sbc_tsc in the ocean restart file  ==! 
    149          IF( lwxios ) CALL iom_swap(      wxios_context          ) 
     149         IF( lwxios ) CALL iom_swap(      cwxios_context          ) 
    150150         CALL iom_rstput( kt, nitrst, numrow, 'sbc_hc_b', sbc_tsc(:,:,jp_tem), ldxios = lwxios ) 
    151151         CALL iom_rstput( kt, nitrst, numrow, 'sbc_sc_b', sbc_tsc(:,:,jp_sal), ldxios = lwxios ) 
Note: See TracChangeset for help on using the changeset viewer.