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 7421 for branches/2016/dev_merge_2016/NEMOGCM/NEMO/OPA_SRC/SBC/sbccpl.F90 – NEMO

Ignore:
Timestamp:
2016-12-01T18:10:41+01:00 (8 years ago)
Author:
flavoni
Message:

#1811 merge dev_CNRS_MERATOR_2016 with dev_merge_2016 branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_merge_2016/NEMOGCM/NEMO/OPA_SRC/SBC/sbccpl.F90

    r7403 r7421  
    187187#  include "vectopt_loop_substitute.h90" 
    188188   !!---------------------------------------------------------------------- 
    189    !! NEMO/OPA 3.7 , NEMO Consortium (2015) 
     189   !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
    190190   !! $Id$ 
    191191   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     
    652652               WRITE(numout,*)'  Additional received fields from OPA component : ' 
    653653            ENDIF 
    654             WRITE(numout,*)'               sea surface temperature (Celcius) ' 
     654            WRITE(numout,*)'               sea surface temperature (Celsius) ' 
    655655            WRITE(numout,*)'               sea surface salinity '  
    656656            WRITE(numout,*)'               surface currents '  
     
    833833            WRITE(numout,*) 
    834834            WRITE(numout,*)'  sent fields to SAS component ' 
    835             WRITE(numout,*)'               sea surface temperature (T before, Celcius) ' 
     835            WRITE(numout,*)'               sea surface temperature (T before, Celsius) ' 
    836836            WRITE(numout,*)'               sea surface salinity '  
    837837            WRITE(numout,*)'               surface currents U,V on local grid and spherical coordinates'  
     
    10201020               IF( srcv(jpr_otx2)%laction ) THEN 
    10211021                  CALL rot_rep( frcv(jpr_otx2)%z3(:,:,1), frcv(jpr_oty2)%z3(:,:,1), srcv(jpr_otx2)%clgrid, 'en->j', zty )    
    1022                ELSE   
     1022               ELSE 
    10231023                  CALL rot_rep( frcv(jpr_otx1)%z3(:,:,1), frcv(jpr_oty1)%z3(:,:,1), srcv(jpr_otx1)%clgrid, 'en->j', zty )   
    10241024               ENDIF 
     
    17811781      ENDIF 
    17821782 
    1783       !! clem: we should output qemp_oce and qemp_ice (at least) 
    1784       IF( iom_use('hflx_snow_cea') )   CALL iom_put( 'hflx_snow_cea', sprecip(:,:) * ( zcptn(:,:) - Lfus ) )   ! heat flux from snow (cell average) 
    1785       !! these diags are not outputed yet 
    1786 !!      IF( iom_use('hflx_rain_cea') )   CALL iom_put( 'hflx_rain_cea', ( tprecip(:,:) - sprecip(:,:) ) * zcptn(:,:) )   ! heat flux from rain (cell average) 
    1787 !!      IF( iom_use('hflx_snow_ao_cea') ) CALL iom_put( 'hflx_snow_ao_cea', sprecip(:,:) * ( zcptn(:,:) - Lfus ) * (1._wp - zsnw(:,:)) ) ! heat flux from snow (cell average) 
    1788 !!      IF( iom_use('hflx_snow_ai_cea') ) CALL iom_put( 'hflx_snow_ai_cea', sprecip(:,:) * ( zcptn(:,:) - Lfus ) * zsnw(:,:) ) ! heat flux from snow (cell average) 
     1783      ! some more outputs 
     1784      IF( iom_use('hflx_snow_cea') )    CALL iom_put('hflx_snow_cea',   sprecip(:,:) * ( zcptn(:,:) - Lfus ) )                       ! heat flux from snow (cell average) 
     1785      IF( iom_use('hflx_rain_cea') )    CALL iom_put('hflx_rain_cea', ( tprecip(:,:) - sprecip(:,:) ) * zcptn(:,:) )                 ! heat flux from rain (cell average) 
     1786      IF( iom_use('hflx_snow_ao_cea') ) CALL iom_put('hflx_snow_ao_cea',sprecip(:,:) * ( zcptn(:,:) - Lfus ) * (1._wp - zsnw(:,:)) ) ! heat flux from snow (cell average) 
     1787      IF( iom_use('hflx_snow_ai_cea') ) CALL iom_put('hflx_snow_ai_cea',sprecip(:,:) * ( zcptn(:,:) - Lfus ) * zsnw(:,:) )           ! heat flux from snow (cell average) 
    17891788 
    17901789#else 
Note: See TracChangeset for help on using the changeset viewer.