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 11460 for branches/UKMO/dev_r5518_obs_oper_update_addclim/NEMOGCM/NEMO/OPA_SRC/OBS/obs_readmdt.F90 – NEMO

Ignore:
Timestamp:
2019-08-20T11:41:01+02:00 (5 years ago)
Author:
mattmartin
Message:

Minor changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_obs_oper_update_addclim/NEMOGCM/NEMO/OPA_SRC/OBS/obs_readmdt.F90

    r11449 r11460  
    3737   REAL(wp), PUBLIC :: rn_mdtcorr   = 1.61_wp  ! User specified MDT correction 
    3838   REAL(wp), PUBLIC :: rn_mdtcutoff = 65.0_wp  ! MDT cutoff for computed correction 
    39    REAL(wp), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:,:) ::  mdt_fld    !: Mean Dynamic Topography on the model grid 
    4039    
    4140   !!---------------------------------------------------------------------- 
     
    9392      CALL iom_get ( nummdt, jpdom_data, 'sossheig', z_mdt(:,:), 1 ) 
    9493      CALL iom_close(nummdt)                 ! Close the file 
    95        
    96       ! Set the MDT gridded field to be the one read in directly with no adjustments 
    97       ALLOCATE( mdt_fld(jpi,jpj) ) 
    98       mdt_fld(:,:) = z_mdt(:,:) 
    99        
     94            
    10095      ! Read in the fill value 
    10196      zinfill = 0.0 
Note: See TracChangeset for help on using the changeset viewer.