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 10227 for NEMO/trunk – NEMO

Changeset 10227 for NEMO/trunk


Ignore:
Timestamp:
2018-10-25T16:42:24+02:00 (5 years ago)
Author:
aumont
Message:

rename p4zice and p5zice to their orginal names p4zlim and p5zlim. Namelists files should be changed accordingly.

Location:
NEMO/trunk
Files:
2 added
2 deleted
13 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/cfgs/ORCA2_ICE_PISCES/EXPREF/namelist_pisces_cfg

    r9572 r10227  
    1616/ 
    1717!----------------------------------------------------------------------- 
    18 &namp4zice     !   parameters for nutrient limitations for PISCES std  - ln_p4z 
     18&namp4zlim     !   parameters for nutrient limitations for PISCES std  - ln_p4z 
    1919!----------------------------------------------------------------------- 
    2020/ 
    2121!----------------------------------------------------------------------- 
    22 &namp5zice     !   parameters for nutrient limitations PISCES QUOTA    - ln_p5z 
     22&namp5zlim     !   parameters for nutrient limitations PISCES QUOTA    - ln_p5z 
    2323!----------------------------------------------------------------------- 
    2424/ 
  • NEMO/trunk/cfgs/ORCA2_OFF_PISCES/EXPREF/namelist_pisces_cfg

    r9572 r10227  
    1717/ 
    1818!----------------------------------------------------------------------- 
    19 &namp4zice     !   parameters for nutrient limitations for PISCES std  - ln_p4z 
     19&namp4zlim     !   parameters for nutrient limitations for PISCES std  - ln_p4z 
    2020!----------------------------------------------------------------------- 
    2121/ 
    2222!----------------------------------------------------------------------- 
    23 &namp5zice     !   parameters for nutrient limitations PISCES QUOTA    - ln_p5z 
     23&namp5zlim     !   parameters for nutrient limitations PISCES QUOTA    - ln_p5z 
    2424!----------------------------------------------------------------------- 
    2525/ 
  • NEMO/trunk/cfgs/SHARED/namelist_pisces_ref

    r10226 r10227  
    6363/ 
    6464!----------------------------------------------------------------------- 
    65 &namp4zice     !   parameters for nutrient limitations for PISCES std  - ln_p4z 
     65&namp4zlim     !   parameters for nutrient limitations for PISCES std  - ln_p4z 
    6666!----------------------------------------------------------------------- 
    6767   concnno3   =  1.e-6    ! Nitrate half saturation of nanophytoplankton 
     
    8787/ 
    8888!----------------------------------------------------------------------- 
    89 &namp5zice     !   parameters for nutrient limitations PISCES QUOTA    - ln_p5z 
     89&namp5zlim     !   parameters for nutrient limitations PISCES QUOTA    - ln_p5z 
    9090!----------------------------------------------------------------------- 
    9191   concnno3   =  3e-6     ! Nitrate half saturation of nanophytoplankton 
  • NEMO/trunk/src/TOP/PISCES/P4Z/p4zbio.F90

    r10069 r10227  
    1515   USE p4zsink         !  vertical flux of particulate matter due to sinking 
    1616   USE p4zopt          !  optical model 
    17    USE p4zice          !  Co-limitations of differents nutrients 
     17   USE p4zlim          !  Co-limitations of differents nutrients 
    1818   USE p4zprod         !  Growth rate of the 2 phyto groups 
    1919   USE p4zmort         !  Mortality terms for phytoplankton 
    2020   USE p4zmicro        !  Sources and sinks of microzooplankton 
    2121   USE p4zmeso         !  Sources and sinks of mesozooplankton 
    22    USE p5zice          !  Co-limitations of differents nutrients 
     22   USE p5zlim          !  Co-limitations of differents nutrients 
    2323   USE p5zprod         !  Growth rate of the 2 phyto groups 
    2424   USE p5zmort         !  Mortality terms for phytoplankton 
  • NEMO/trunk/src/TOP/PISCES/P4Z/p4zmicro.F90

    r10069 r10227  
    1414   USE trc             ! passive tracers common variables  
    1515   USE sms_pisces      ! PISCES Source Minus Sink variables 
    16    USE p4zice          ! Co-limitations 
     16   USE p4zlim          ! Co-limitations 
    1717   USE p4zprod         ! production 
    1818   USE iom             ! I/O manager 
  • NEMO/trunk/src/TOP/PISCES/P4Z/p4zmort.F90

    r10068 r10227  
    1414   USE sms_pisces      ! PISCES Source Minus Sink variables 
    1515   USE p4zprod         ! Primary productivity  
    16    USE p4zice          ! Phytoplankton limitation terms 
     16   USE p4zlim          ! Phytoplankton limitation terms 
    1717   USE prtctl_trc      ! print control for debugging 
    1818 
  • NEMO/trunk/src/TOP/PISCES/P4Z/p4zprod.F90

    r10069 r10227  
    1515   USE trc             ! passive tracers common variables  
    1616   USE sms_pisces      ! PISCES Source Minus Sink variables 
    17    USE p4zice          ! Co-limitations of differents nutrients 
     17   USE p4zlim          ! Co-limitations of differents nutrients 
    1818   USE prtctl_trc      ! print control for debugging 
    1919   USE iom             ! I/O manager 
  • NEMO/trunk/src/TOP/PISCES/P4Z/p4zrem.F90

    r10222 r10227  
    1717   USE p4zche          !  chemical model 
    1818   USE p4zprod         !  Growth rate of the 2 phyto groups 
    19    USE p4zice 
     19   USE p4zlim 
    2020   USE prtctl_trc      !  print control for debugging 
    2121   USE iom             !  I/O manager 
  • NEMO/trunk/src/TOP/PISCES/P4Z/p4zsed.F90

    r10223 r10227  
    1414   USE trc             !  passive tracers common variables  
    1515   USE sms_pisces      !  PISCES Source Minus Sink variables 
    16    USE p4zice          !  Co-limitations of differents nutrients 
     16   USE p4zlim          !  Co-limitations of differents nutrients 
    1717   USE p4zsbc          !  External source of nutrients  
    1818   USE p4zint          !  interpolation and computation of various fields 
  • NEMO/trunk/src/TOP/PISCES/P4Z/p5zmicro.F90

    r10070 r10227  
    1515   USE trc             !  passive tracers common variables  
    1616   USE sms_pisces      !  PISCES Source Minus Sink variables 
    17    USE p5zice          !  Phytoplankton limitation terms 
     17   USE p5zlim          !  Phytoplankton limitation terms 
    1818   USE iom             !  I/O manager 
    1919   USE prtctl_trc      !  print control for debugging 
  • NEMO/trunk/src/TOP/PISCES/P4Z/p5zmort.F90

    r10070 r10227  
    1414   USE trc             !  passive tracers common variables  
    1515   USE sms_pisces      !  PISCES Source Minus Sink variables 
    16    USE p5zice          !  Phytoplankton limitation terms 
     16   USE p5zlim          !  Phytoplankton limitation terms 
    1717   USE prtctl_trc      !  print control for debugging 
    1818 
  • NEMO/trunk/src/TOP/PISCES/P4Z/p5zprod.F90

    r10070 r10227  
    1616   USE trc             !  passive tracers common variables  
    1717   USE sms_pisces      !  PISCES Source Minus Sink variables 
    18    USE p5zice          !  Co-limitations of differents nutrients 
     18   USE p5zlim          !  Co-limitations of differents nutrients 
    1919   USE prtctl_trc      !  print control for debugging 
    2020   USE iom             !  I/O manager 
  • NEMO/trunk/src/TOP/PISCES/trcini_pisces.F90

    r10222 r10227  
    6262      USE p4zrem          !  Remineralisation of organic matter 
    6363      USE p4zflx          !  Gas exchange 
    64       USE p4zice          !  Co-limitations of differents nutrients 
     64      USE p4zlim          !  Co-limitations of differents nutrients 
    6565      USE p4zprod         !  Growth rate of the 2 phyto groups 
    6666      USE p4zmicro        !  Sources and sinks of microzooplankton 
     
    7171      USE p4zpoc          !  Remineralization of organic particles 
    7272      USE p4zligand       !  Remineralization of organic ligands 
    73       USE p5zice          !  Co-limitations of differents nutrients 
     73      USE p5zlim          !  Co-limitations of differents nutrients 
    7474      USE p5zprod         !  Growth rate of the 2 phyto groups 
    7575      USE p5zmicro        !  Sources and sinks of microzooplankton 
Note: See TracChangeset for help on using the changeset viewer.