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 8243 for branches/UKMO/test_moci_test_suite/NEMOGCM/NEMO/OPA_SRC/SBC/sbcblk_clio.F90 – NEMO

Ignore:
Timestamp:
2017-06-29T11:41:55+02:00 (7 years ago)
Author:
andmirek
Message:

#1914 working XIOS read, XIOS write and single processor read

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/test_moci_test_suite/NEMOGCM/NEMO/OPA_SRC/SBC/sbcblk_clio.F90

    r6498 r8243  
    8484    
    8585   REAL(wp) ::   eps20  = 1.e-20   ! constant values 
     86   LOGICAL ::    ln_clio_sio       ! single processor read 
    8687    
    8788   !! * Substitutions 
     
    137138      !! 
    138139      NAMELIST/namsbc_clio/ cn_dir, sn_utau, sn_vtau, sn_wndm, sn_humi,   & 
    139          &                          sn_ccov, sn_tair, sn_prec 
     140         &                          sn_ccov, sn_tair, sn_prec, ln_clio_sio 
    140141      !!--------------------------------------------------------------------- 
    141142 
     
    143144      IF( kt == nit000 ) THEN                   !  First call kt=nit000  ! 
    144145         !                                      ! ====================== ! 
    145  
     146         ln_clio_sio = .FALSE. 
    146147         REWIND( numnam_ref )              ! Namelist namsbc_clio in reference namelist : CLIO files 
    147148         READ  ( numnam_ref, namsbc_clio, IOSTAT = ios, ERR = 901) 
     
    180181      !                                         ! ====================== ! 
    181182      ! 
     183      lspr = ln_clio_sio 
    182184      CALL fld_read( kt, nn_fsbc, sf )                ! input fields provided at the current time-step 
     185      lspr = .false. 
    183186      ! 
    184187      IF( MOD( kt - 1, nn_fsbc ) == 0 )   CALL blk_oce_clio( sf, sst_m ) 
Note: See TracChangeset for help on using the changeset viewer.