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 6736 for branches/NERC/dev_r3874_FASTNEt/NEMOGCM/NEMO/LIM_SRC_2/limwri_dimg_2.h90 – NEMO

Ignore:
Timestamp:
2016-06-24T09:50:27+02:00 (8 years ago)
Author:
jamesharle
Message:

FASTNEt code modifications

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/NERC/dev_r3874_FASTNEt/NEMOGCM/NEMO/LIM_SRC_2/limwri_dimg_2.h90

    r3764 r6736  
    125125          zcmo(ji,jj,13) = qns(ji,jj) 
    126126          ! See thersf for the coefficient 
    127           zcmo(ji,jj,14) = - sfx (ji,jj) * rday * ( sss_m(ji,jj) + epsi16 ) / soce 
     127          zcmo(ji,jj,14) = - emps(ji,jj) * rday * ( sss_m(ji,jj) + epsi16 ) / soce 
    128128          zcmo(ji,jj,15) = utau_ice(ji,jj) 
    129129          zcmo(ji,jj,16) = vtau_ice(ji,jj) 
     
    173173                rcmoy(ji,jj,13) = qns(ji,jj) 
    174174                ! See thersf for the coefficient 
    175                 rcmoy(ji,jj,14) = - sfx (ji,jj) * rday * ( sss_m(ji,jj) + epsi16 ) / soce 
     175                rcmoy(ji,jj,14) = - emps(ji,jj) * rday * ( sss_m(ji,jj) + epsi16 ) / soce 
    176176                rcmoy(ji,jj,15) = utau_ice(ji,jj) 
    177177                rcmoy(ji,jj,16) = vtau_ice(ji,jj) 
Note: See TracChangeset for help on using the changeset viewer.