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 7617 for branches/CNRS/dev_r6270_PISCES_QUOTA/NEMOGCM/NEMO/TOP_SRC/PISCES/P4Z/p4zsbc.F90 – NEMO

Ignore:
Timestamp:
2017-01-27T18:17:01+01:00 (7 years ago)
Author:
aumont
Message:

update diagnostics + changes in quota code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/CNRS/dev_r6270_PISCES_QUOTA/NEMOGCM/NEMO/TOP_SRC/PISCES/P4Z/p4zsbc.F90

    r6453 r7617  
    4545   REAL(wp), PUBLIC  :: fep_rats    !: Fep/Fer ratio from sed  sources 
    4646   REAL(wp), PUBLIC  :: fep_rath    !: Fep/Fer ratio from hydro sources 
     47   REAL(wp), PUBLIC  :: hydrolig    !: Lgw/Fer ratio from hydro sources 
    4748#endif 
    4849 
     
    231232        &                sedfeinput, dustsolub, icefeinput, wdust, mfrac, nitrfix, diazolight, concfediaz,   & 
    232233#if defined key_ligand 
    233         &                fep_rats, fep_rath,                     & 
     234        &                fep_rats, fep_rath,   hydrolig,                  & 
    234235#endif 
    235236        &                hratio 
     
    271272         WRITE(numout,*) '    Fep/Fer ratio from sed sources                       = ', fep_rats 
    272273         WRITE(numout,*) '    Fep/Fer ratio from sed hydro sources                 = ', fep_rath 
     274         WRITE(numout,*) '    Lgw/Fer ratio from sed sources                       = ', hydrolig 
    273275#endif 
    274276      END IF 
     
    286288      IF( lk_offline ) THEN 
    287289        nk_rnf(:,:) = 1 
    288         h_rnf (:,:) = fsdept(:,:,1) 
     290        h_rnf (:,:) = fse3t(:,:,1) 
    289291      ENDIF 
    290292 
Note: See TracChangeset for help on using the changeset viewer.