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 6908 for branches – NEMO

Changeset 6908 for branches


Ignore:
Timestamp:
2016-09-02T17:39:46+02:00 (8 years ago)
Author:
glong
Message:

Test change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_test/NEMOGCM/NEMO/OPA_SRC/DIA/diawri.F90

    r5463 r6908  
    157157      CALL iom_put( "toce", tsn(:,:,:,jp_tem) )    ! 3D temperature 
    158158      CALL iom_put(  "sst", tsn(:,:,1,jp_tem) )    ! surface temperature 
     159      CALL iom_put(  "ss20", tsn(:,:,20,jp_tem) )    ! surface temperature 
    159160      IF ( iom_use("sbt") ) THEN 
    160161         DO jj = 1, jpj 
Note: See TracChangeset for help on using the changeset viewer.