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 15062 for NEMO/trunk/src/OCE/OBS – NEMO

Ignore:
Timestamp:
2021-06-28T13:19:48+02:00 (3 years ago)
Author:
jchanut
Message:

Suppress time varying scale factors and depths declarations with key_qco and key_linssh. Remove spaces that preclude from correct replacement of some scale factor arrays during preprocessing stage (at least with Apple clang version 11.0.3, this is problem).

Location:
NEMO/trunk/src/OCE/OBS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/OCE/OBS/diaobs.F90

    r14982 r15062  
    604604      !! ** Action  : 
    605605      !!---------------------------------------------------------------------- 
    606       USE dom_oce, ONLY : gdept, gdept_1d     ! Ocean space domain variables (Kmm time-level only) 
    607606      USE phycst , ONLY : rday                ! Physical constants 
    608607      USE oce    , ONLY : ts, uu, vv, ssh     ! Ocean dynamics and tracers variables (Kmm time-level only) 
  • NEMO/trunk/src/OCE/OBS/obs_prep.F90

    r14982 r15062  
    10721072      !!---------------------------------------------------------------------- 
    10731073      !! * Modules used 
    1074       USE dom_oce, ONLY : &       ! Geographical information  
    1075          & gdepw_1d,      & 
    1076          & gdepw_0,       &                        
    1077          & gdepw, r3t,    & 
    1078          & gdept,         & 
    1079          & ln_zco,        & 
    1080          & ln_zps              
     1074      USE dom_oce   ! Geographical information  
    10811075 
    10821076      !! * Arguments 
Note: See TracChangeset for help on using the changeset viewer.