Changeset 10227
- Timestamp:
- 2018-10-25T16:42:24+02:00 (6 years ago)
- 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 16 16 / 17 17 !----------------------------------------------------------------------- 18 &namp4z ice! parameters for nutrient limitations for PISCES std - ln_p4z18 &namp4zlim ! parameters for nutrient limitations for PISCES std - ln_p4z 19 19 !----------------------------------------------------------------------- 20 20 / 21 21 !----------------------------------------------------------------------- 22 &namp5z ice! parameters for nutrient limitations PISCES QUOTA - ln_p5z22 &namp5zlim ! parameters for nutrient limitations PISCES QUOTA - ln_p5z 23 23 !----------------------------------------------------------------------- 24 24 / -
NEMO/trunk/cfgs/ORCA2_OFF_PISCES/EXPREF/namelist_pisces_cfg
r9572 r10227 17 17 / 18 18 !----------------------------------------------------------------------- 19 &namp4z ice! parameters for nutrient limitations for PISCES std - ln_p4z19 &namp4zlim ! parameters for nutrient limitations for PISCES std - ln_p4z 20 20 !----------------------------------------------------------------------- 21 21 / 22 22 !----------------------------------------------------------------------- 23 &namp5z ice! parameters for nutrient limitations PISCES QUOTA - ln_p5z23 &namp5zlim ! parameters for nutrient limitations PISCES QUOTA - ln_p5z 24 24 !----------------------------------------------------------------------- 25 25 / -
NEMO/trunk/cfgs/SHARED/namelist_pisces_ref
r10226 r10227 63 63 / 64 64 !----------------------------------------------------------------------- 65 &namp4z ice! parameters for nutrient limitations for PISCES std - ln_p4z65 &namp4zlim ! parameters for nutrient limitations for PISCES std - ln_p4z 66 66 !----------------------------------------------------------------------- 67 67 concnno3 = 1.e-6 ! Nitrate half saturation of nanophytoplankton … … 87 87 / 88 88 !----------------------------------------------------------------------- 89 &namp5z ice! parameters for nutrient limitations PISCES QUOTA - ln_p5z89 &namp5zlim ! parameters for nutrient limitations PISCES QUOTA - ln_p5z 90 90 !----------------------------------------------------------------------- 91 91 concnno3 = 3e-6 ! Nitrate half saturation of nanophytoplankton -
NEMO/trunk/src/TOP/PISCES/P4Z/p4zbio.F90
r10069 r10227 15 15 USE p4zsink ! vertical flux of particulate matter due to sinking 16 16 USE p4zopt ! optical model 17 USE p4z ice! Co-limitations of differents nutrients17 USE p4zlim ! Co-limitations of differents nutrients 18 18 USE p4zprod ! Growth rate of the 2 phyto groups 19 19 USE p4zmort ! Mortality terms for phytoplankton 20 20 USE p4zmicro ! Sources and sinks of microzooplankton 21 21 USE p4zmeso ! Sources and sinks of mesozooplankton 22 USE p5z ice! Co-limitations of differents nutrients22 USE p5zlim ! Co-limitations of differents nutrients 23 23 USE p5zprod ! Growth rate of the 2 phyto groups 24 24 USE p5zmort ! Mortality terms for phytoplankton -
NEMO/trunk/src/TOP/PISCES/P4Z/p4zmicro.F90
r10069 r10227 14 14 USE trc ! passive tracers common variables 15 15 USE sms_pisces ! PISCES Source Minus Sink variables 16 USE p4z ice! Co-limitations16 USE p4zlim ! Co-limitations 17 17 USE p4zprod ! production 18 18 USE iom ! I/O manager -
NEMO/trunk/src/TOP/PISCES/P4Z/p4zmort.F90
r10068 r10227 14 14 USE sms_pisces ! PISCES Source Minus Sink variables 15 15 USE p4zprod ! Primary productivity 16 USE p4z ice! Phytoplankton limitation terms16 USE p4zlim ! Phytoplankton limitation terms 17 17 USE prtctl_trc ! print control for debugging 18 18 -
NEMO/trunk/src/TOP/PISCES/P4Z/p4zprod.F90
r10069 r10227 15 15 USE trc ! passive tracers common variables 16 16 USE sms_pisces ! PISCES Source Minus Sink variables 17 USE p4z ice! Co-limitations of differents nutrients17 USE p4zlim ! Co-limitations of differents nutrients 18 18 USE prtctl_trc ! print control for debugging 19 19 USE iom ! I/O manager -
NEMO/trunk/src/TOP/PISCES/P4Z/p4zrem.F90
r10222 r10227 17 17 USE p4zche ! chemical model 18 18 USE p4zprod ! Growth rate of the 2 phyto groups 19 USE p4z ice19 USE p4zlim 20 20 USE prtctl_trc ! print control for debugging 21 21 USE iom ! I/O manager -
NEMO/trunk/src/TOP/PISCES/P4Z/p4zsed.F90
r10223 r10227 14 14 USE trc ! passive tracers common variables 15 15 USE sms_pisces ! PISCES Source Minus Sink variables 16 USE p4z ice! Co-limitations of differents nutrients16 USE p4zlim ! Co-limitations of differents nutrients 17 17 USE p4zsbc ! External source of nutrients 18 18 USE p4zint ! interpolation and computation of various fields -
NEMO/trunk/src/TOP/PISCES/P4Z/p5zmicro.F90
r10070 r10227 15 15 USE trc ! passive tracers common variables 16 16 USE sms_pisces ! PISCES Source Minus Sink variables 17 USE p5z ice! Phytoplankton limitation terms17 USE p5zlim ! Phytoplankton limitation terms 18 18 USE iom ! I/O manager 19 19 USE prtctl_trc ! print control for debugging -
NEMO/trunk/src/TOP/PISCES/P4Z/p5zmort.F90
r10070 r10227 14 14 USE trc ! passive tracers common variables 15 15 USE sms_pisces ! PISCES Source Minus Sink variables 16 USE p5z ice! Phytoplankton limitation terms16 USE p5zlim ! Phytoplankton limitation terms 17 17 USE prtctl_trc ! print control for debugging 18 18 -
NEMO/trunk/src/TOP/PISCES/P4Z/p5zprod.F90
r10070 r10227 16 16 USE trc ! passive tracers common variables 17 17 USE sms_pisces ! PISCES Source Minus Sink variables 18 USE p5z ice! Co-limitations of differents nutrients18 USE p5zlim ! Co-limitations of differents nutrients 19 19 USE prtctl_trc ! print control for debugging 20 20 USE iom ! I/O manager -
NEMO/trunk/src/TOP/PISCES/trcini_pisces.F90
r10222 r10227 62 62 USE p4zrem ! Remineralisation of organic matter 63 63 USE p4zflx ! Gas exchange 64 USE p4z ice! Co-limitations of differents nutrients64 USE p4zlim ! Co-limitations of differents nutrients 65 65 USE p4zprod ! Growth rate of the 2 phyto groups 66 66 USE p4zmicro ! Sources and sinks of microzooplankton … … 71 71 USE p4zpoc ! Remineralization of organic particles 72 72 USE p4zligand ! Remineralization of organic ligands 73 USE p5z ice! Co-limitations of differents nutrients73 USE p5zlim ! Co-limitations of differents nutrients 74 74 USE p5zprod ! Growth rate of the 2 phyto groups 75 75 USE p5zmicro ! Sources and sinks of microzooplankton
Note: See TracChangeset
for help on using the changeset viewer.