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 6073 for branches/2015/dev_merge_2015/NEMOGCM/NEMO/OPA_SRC/OBS/obs_oper.F90 – NEMO

Ignore:
Timestamp:
2015-12-16T17:37:14+01:00 (8 years ago)
Author:
timgraham
Message:

Fixed a load of references to fse3t etc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_merge_2015/NEMOGCM/NEMO/OPA_SRC/OBS/obs_oper.F90

    r6069 r6073  
    3030      & glamt, glamu, glamv, & 
    3131      & gphit, gphiu, gphiv, &  
    32 #if defined key_vvl  
    33       & gdept_n  
    34 #else  
    35       & gdept_0  
    36 #endif   
     32      & gdept_n, gdept_0  
    3733   USE lib_mpp,       ONLY : & 
    3834      & ctl_warn, ctl_stop 
     
    547543      !! * Modules used  
    548544      USE obs_profiles_def   ! Definition of storage space for profile obs.  
    549       USE dom_oce,  ONLY : &  
    550 #if defined key_vvl   
    551       &   gdepw_n  
    552 #else  
    553       &   gdepw_0  
    554 #endif  
    555545        
    556546      IMPLICIT NONE  
Note: See TracChangeset for help on using the changeset viewer.