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/diaobs.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/diaobs.F90

    r11455 r11460  
    3333   USE mpp_map                  ! MPP mapping 
    3434   USE lib_mpp                  ! For ctl_warn/stop 
    35    USE dtatsd                   ! For climatological temperature & salinity 
    36    USE tradmp                   ! "" 
     35   USE tradmp                   ! For climatological temperature & salinity 
    3736 
    3837   IMPLICIT NONE 
     
    420419         WRITE(numout,*) '             Daily average types                             nn_profdavtypes = ', nn_profdavtypes 
    421420         WRITE(numout,*) '             Logical switch for night-time SST obs               ln_sstnight = ', ln_sstnight 
    422          WRITE(numout,*) '             Logical switch for writing climat. at ob locs    ln_output_clim = ', ln_output_clim 
     421         WRITE(numout,*) '             Logical switch for writing climat. at obs points ln_output_clim = ', ln_output_clim 
    423422      ENDIF 
    424423      !----------------------------------------------------------------------- 
     
    938937         & jp_spm 
    939938#endif 
    940       USE tradmp, ONLY: & 
    941          & tclim, & 
    942          & sclim 
    943939 
    944940      IMPLICIT NONE 
     
    12301226               IF ( ln_output_clim ) zsurfclim(:,:) = tclim(:,:,1) 
    12311227            CASE('sla') 
    1232                zsurfvar(:,:)  = sshn(:,:) 
     1228               zsurfvar(:,:) = sshn(:,:) 
    12331229            CASE('sss') 
    12341230               zsurfvar(:,:) = tsn(:,:,1,jp_sal) 
Note: See TracChangeset for help on using the changeset viewer.