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

Ignore:
Timestamp:
2019-08-06T15:16:49+02:00 (5 years ago)
Author:
andmirek
Message:

ticket #2195: read weights for blk using XIOS

File:
1 edited

Legend:

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

    r10817 r11405  
    175175   CHARACTER(lc) ::   crxios_context         !: context name used in xios to read restart 
    176176   CHARACTER(lc) ::   cwxios_context        !: context name used in xios to write restart file 
     177   CHARACTER(lc) ::   cbwxios_context  = "iom_bklw"       !: context name used in xios to read interpolation weights in sbc_blk 
     178   LOGICAL, PARAMETER, PUBLIC :: lxios_blkw    = .TRUE. 
    177179 
    178180   !!---------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.