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 5779 for branches/NERC/dev_r5589_is_oce_cpl/NEMOGCM/NEMO/OPA_SRC/TRA/eosbn2.F90 – NEMO

Ignore:
Timestamp:
2015-10-06T18:28:13+02:00 (9 years ago)
Author:
mathiot
Message:

ISF coupling branch: correct some compilation issues, remove code related to MISOMIP/ISOMIP+ and polishing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/NERC/dev_r5589_is_oce_cpl/NEMOGCM/NEMO/OPA_SRC/TRA/eosbn2.F90

    r5619 r5779  
    921921               pn2(ji,jj,jk) = grav * (  zaw * ( pts(ji,jj,jk-1,jp_tem) - pts(ji,jj,jk,jp_tem) )     & 
    922922                  &                    - zbw * ( pts(ji,jj,jk-1,jp_sal) - pts(ji,jj,jk,jp_sal) )  )  & 
    923                   &            / fse3w(ji,jj,jk) * wmask(ji,jj,jk) 
     923                  &            / fse3w(ji,jj,jk) * tmask(ji,jj,jk) 
    924924            END DO 
    925925         END DO 
     
    12421242      ! 
    12431243      rau0        = 1026._wp                 !: volumic mass of reference     [kg/m3] 
    1244       rcp         = 3974._wp      !: heat capacity     [J/K] 
     1244      rcp         = 3991.86795711963_wp      !: heat capacity     [J/K] 
    12451245      ! 
    12461246      IF(lwp) THEN                ! Control print 
Note: See TracChangeset for help on using the changeset viewer.