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 6329 for branches/UKMO/dev_r4650_general_vert_coord_obsoper – NEMO

Ignore:
Timestamp:
2016-02-18T19:16:03+01:00 (8 years ago)
Author:
kingr
Message:

SSTbias file variable changed from sst to tn.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r4650_general_vert_coord_obsoper/NEMOGCM/NEMO/OPA_SRC/OBS/obs_sstbias.F90

    r6327 r6329  
    141141               cl_bias_files(jtype) ) 
    142142            ! Get the SST bias data 
    143             CALL iom_get( numsstbias, jpdom_data, 'sst', z_sstbias_2d(:,:), 1 ) 
     143            CALL iom_get( numsstbias, jpdom_data, 'tn', z_sstbias_2d(:,:), 1 ) 
    144144            z_sstbias(:,:,jtype) = z_sstbias_2d(:,:)        
    145145            ! Close the file 
Note: See TracChangeset for help on using the changeset viewer.