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 15004 for NEMO/trunk/src/TOP – NEMO

Changeset 15004 for NEMO/trunk/src/TOP


Ignore:
Timestamp:
2021-06-16T12:33:18+02:00 (3 years ago)
Author:
mathiot
Message:

ticket #2960: commit fix to the trunk (WARNING: output convention of isf fluxes changed from oce->isf to isf->oce), no impact on the input file needed for some options

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/TOP/trcais.F90

    r14118 r15004  
    184184                  DO_2D( 1, 1, 1, 1 ) 
    185185                     IF( ln_isfpar_mlt ) THEN 
    186                         zcalv = - fwfisf_par(ji,jj) * r1_rho0 / rhisf_tbl_par(ji,jj) 
     186                        zcalv = fwfisf_par(ji,jj) * r1_rho0 / rhisf_tbl_par(ji,jj) 
    187187                        ikt = misfkt_par(ji,jj) 
    188188                        ikb = misfkb_par(ji,jj) 
     
    190190                     END IF    
    191191                     IF( ln_isfcav_mlt ) THEN 
    192                         zcalv = - fwfisf_cav(ji,jj) * r1_rho0 / rhisf_tbl_cav(ji,jj) 
     192                        zcalv = fwfisf_cav(ji,jj) * r1_rho0 / rhisf_tbl_cav(ji,jj) 
    193193                        ikt = misfkt_cav(ji,jj) 
    194194                        ikb = misfkb_cav(ji,jj) 
Note: See TracChangeset for help on using the changeset viewer.