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 5676 for branches/2015/dev_r5656_Met_Office_3_diurnalSST/NEMOGCM/NEMO/OPA_SRC/DIA/diawri.F90 – NEMO

Ignore:
Timestamp:
2015-08-10T17:39:59+02:00 (9 years ago)
Author:
jwhile
Message:

Adding cool skin and warm layer + associated modifications

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5656_Met_Office_3_diurnalSST/NEMOGCM/NEMO/OPA_SRC/DIA/diawri.F90

    r5566 r5676  
    5555   USE lib_mpp         ! MPP library 
    5656   USE timing          ! preformance summary 
     57   USE diurnal_bulk    ! diurnal warm layer 
     58   USE cool_skin       ! Cool skin 
    5759   USE wrk_nemo        ! working array 
    5860 
     
    145147      ENDIF 
    146148 
     149      IF(ln_diurnal) THEN 
     150         CALL iom_put( "sst_wl"   , x_dsst               )    ! warm layer 
     151         CALL iom_put( "sst_cs"   , x_csdsst             )    ! cool skin 
     152      ENDIF 
     153        
     154      IF( ln_diurnal_only ) RETURN  
     155       
    147156      IF( .NOT.lk_vvl ) THEN 
    148157         CALL iom_put( "e3t" , fse3t_n(:,:,:) ) 
Note: See TracChangeset for help on using the changeset viewer.