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 3488 for branches/2012/dev_r3385_NOCS04_HAMF/NEMOGCM/NEMO/OPA_SRC/SBC/sbccpl.F90 – NEMO

Ignore:
Timestamp:
2012-10-04T18:31:06+02:00 (12 years ago)
Author:
acc
Message:

Branch: dev_r3385_NOCS04_HAMF; #665. Stage 3 of 2012 development: Rationalisation of code. Added LIM3 changes, corrected coupled changes and highlighted areas of concern in CICE interface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_r3385_NOCS04_HAMF/NEMOGCM/NEMO/OPA_SRC/SBC/sbccpl.F90

    r3402 r3488  
    11451145 
    11461146      zicefr(:,:) = 1.- p_frld(:,:) 
    1147       !! zcptn(:,:) = rcp * sst_m(:,:)                       !! safer to use instantaneous sst value in case coupling frequency does not match nn_fsbc frequency ?? 
    1148       zcptn(:,:) = rcp * tsn(:,:,1,jp_tem) 
     1147      zcptn(:,:) = rcp * sst_m(:,:) 
    11491148      ! 
    11501149      !                                                      ! ========================= ! 
     
    12411240      qns_tot(:,:) = qns_tot(:,:)                         &            ! qns_tot update over free ocean with: 
    12421241         &          - ztmp(:,:)                           &            ! remove the latent heat flux of solid precip. melting 
    1243          &          + (  emp_tot(:,:)                     &            ! remove the heat content of mass flux (assumed to be at SST) 
    1244          &             - emp_ice(:,:) * p_frld(:,:,1)  ) * zcptn(:,:)  
     1242         &          - (  emp_tot(:,:)                     &            ! remove the heat content of mass flux (assumed to be at SST) 
     1243         &             - emp_ice(:,:) * zicefr(:,:)  ) * zcptn(:,:)  
    12451244      IF( lk_diaar5 )   CALL iom_put( 'hflx_snow_cea', ztmp + sprecip(:,:) * zcptn(:,:) )   ! heat flux from snow (cell average) 
    12461245!!gm 
Note: See TracChangeset for help on using the changeset viewer.