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 12068 for NEMO/branches/2019/UKMO_MERGE_2019/src/OCE/ISF/isfpar.F90 – NEMO

Ignore:
Timestamp:
2019-12-05T13:18:21+01:00 (4 years ago)
Author:
davestorkey
Message:

2019/UKMO_MERGE_2019 : Merging in changes from ENHANCE-02_ISF_nemo.

Location:
NEMO/branches/2019/UKMO_MERGE_2019/src/OCE/ISF
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/UKMO_MERGE_2019/src/OCE/ISF/isfpar.F90

    r11931 r12068  
    4343CONTAINS 
    4444  
    45    SUBROUTINE isf_par( kt, ptsc, pqfwf ) 
     45   SUBROUTINE isf_par( kt, Kmm, ptsc, pqfwf ) 
    4646      !!--------------------------------------------------------------------- 
    4747      !!                     ***  ROUTINE isf_par ***       
     
    5454      REAL(wp), DIMENSION(jpi,jpj,jpts), INTENT(inout) :: ptsc 
    5555      !!-------------------------- IN  -------------------------------------- 
    56       INTEGER, INTENT(in) ::   kt                                           ! ocean time step 
     56      INTEGER, INTENT(in) ::   kt                                     ! ocean time step 
     57      INTEGER, INTENT(in) ::   Kmm                                    ! ocean time level index 
    5758      !!--------------------------------------------------------------------- 
    5859      REAL(wp), DIMENSION(jpi,jpj) :: zqoce, zqhc, zqlat, zqh 
     
    6061      ! 
    6162      ! compute heat content, latent heat and melt fluxes (2d) 
    62       CALL isfpar_mlt( kt, zqhc, zqoce, pqfwf  ) 
     63      CALL isfpar_mlt( kt, Kmm, zqhc, zqoce, pqfwf  ) 
    6364      ! 
    6465      ! compute heat and water flux ( > 0 out ) 
     
    7778      ! 
    7879      ! output fluxes 
    79       CALL isf_diags_flx( misfkt_par, misfkb_par, rhisf_tbl_par, rfrac_tbl_par, 'par', pqfwf, zqoce, zqlat, zqhc) 
     80      CALL isf_diags_flx( Kmm, misfkt_par, misfkb_par, rhisf_tbl_par, rfrac_tbl_par, 'par', pqfwf, zqoce, zqlat, zqhc) 
    8081      ! 
    8182      ! set temperature content 
Note: See TracChangeset for help on using the changeset viewer.