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 13229 for NEMO/branches/2020/dev_r12558_HPC-08_epico_Extra_Halo/src/OCE/IOM/iom.F90 – NEMO

Ignore:
Timestamp:
2020-07-02T17:33:41+02:00 (4 years ago)
Author:
francesca
Message:

dev_r12558_HPC-08_epico_Extra_Halo: merge with trunk@13218, see #2366

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r12558_HPC-08_epico_Extra_Halo/src/OCE/IOM/iom.F90

    r13130 r13229  
    11121112                           &         'we accept this case, even if there is a possible mix-up between z and time dimension' )    
    11131113                     idmspc = idmspc - 1 
    1114                   ELSE 
    1115                      CALL ctl_stop( TRIM(clinfo), 'To keep iom lisibility, when reading a '//clrankpv//'D array,'         ,   & 
    1116                         &                         'we do not accept data with '//cldmspc//' spatial dimensions',   & 
    1117                         &                         'Use ncwa -a to suppress the unnecessary dimensions' ) 
     1114                  !!GS: possibility to read 3D ABL atmopsheric forcing and use 1st level to force BULK simulation 
     1115                  !ELSE 
     1116                  !   CALL ctl_stop( TRIM(clinfo), 'To keep iom lisibility, when reading a '//clrankpv//'D array,',   & 
     1117                  !      &                         'we do not accept data with '//cldmspc//' spatial dimensions'  ,   & 
     1118                  !      &                         'Use ncwa -a to suppress the unnecessary dimensions' ) 
    11181119                  ENDIF 
    11191120            ENDIF 
Note: See TracChangeset for help on using the changeset viewer.