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 11837 for NEMO/branches/2019/dev_r11756_SI3restart_XIOS/src/OCE/IOM/in_out_manager.F90 – NEMO

Ignore:
Timestamp:
2019-10-30T15:10:36+01:00 (4 years ago)
Author:
andmirek
Message:

ticket #2323 read SI3 restart with XIOS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11756_SI3restart_XIOS/src/OCE/IOM/in_out_manager.F90

    r11536 r11837  
    168168   LOGICAL       ::   lsp_area = .TRUE.     !: to make a control print over a specific area 
    169169   CHARACTER(lc) ::   cxios_context         !: context name used in xios 
    170    CHARACTER(lc) ::   crxios_context         !: context name used in xios to read restart 
    171    CHARACTER(lc) ::   cwxios_context        !: context name used in xios to write restart file 
     170   CHARACTER(lc) ::   crxios_context        !: context name used in xios to read NEMO restart 
     171   CHARACTER(lc) ::   cwxios_context        !: context name used in xios to write NEMO restart file 
     172   CHARACTER(lc) ::   crixios_context       !: context name used in xios to read SI3 restart 
     173   LOGICAL       ::   lrsi3_nemo            !: is SI3 irestart in nemo format 
    172174 
    173175   !!---------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.