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 8884 for branches/2017/dev_CNRS_2017/NEMOGCM/NEMO/OPA_SRC – NEMO

Ignore:
Timestamp:
2017-12-04T10:05:16+01:00 (6 years ago)
Author:
clem
Message:

dev_CNRS_2017: modify outputs for sea-ice

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_CNRS_2017/NEMOGCM/NEMO/OPA_SRC/SBC/sbcblk.F90

    r8882 r8884  
    556556         tprecip(:,:) = sf(jp_prec)%fnow(:,:,1) * rn_pfac   ! output total precipitation [kg/m2/s] 
    557557         sprecip(:,:) = sf(jp_snow)%fnow(:,:,1) * rn_pfac   ! output solid precipitation [kg/m2/s] 
    558          CALL iom_put( 'snowpre', sprecip * 86400. )        ! Snow 
    559          CALL iom_put( 'precip' , tprecip * 86400. )        ! Total precipitation 
     558         CALL iom_put( 'snowpre', sprecip )                 ! Snow 
     559         CALL iom_put( 'precip' , tprecip )                 ! Total precipitation 
    560560      ENDIF 
    561561      ! 
     
    913913      tprecip(:,:) = sf(jp_prec)%fnow(:,:,1) * rn_pfac      ! total precipitation [kg/m2/s] 
    914914      sprecip(:,:) = sf(jp_snow)%fnow(:,:,1) * rn_pfac      ! solid precipitation [kg/m2/s] 
    915       CALL iom_put( 'snowpre', sprecip * 86400. )                  ! Snow precipitation 
    916       CALL iom_put( 'precip' , tprecip * 86400. )                  ! Total precipitation 
     915      CALL iom_put( 'snowpre', sprecip                   ! Snow precipitation 
     916      CALL iom_put( 'precip' , tprecip                   ! Total precipitation 
    917917 
    918918      ! --- evaporation --- ! 
Note: See TracChangeset for help on using the changeset viewer.