Changeset 15449
- Timestamp:
- 2021-10-27T15:01:29+02:00 (2 years ago)
- Location:
- NEMO/branches/2021/dev_r14383_PISCES_NEWDEV_PISCO
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/branches/2021/dev_r14383_PISCES_NEWDEV_PISCO/cfgs/ORCA2_ICE_PISCES/EXPREF/namelist_pisces_cfg
r15428 r15449 86 86 ln_ironice = .true. ! boolean for Fe input from sea ice 87 87 ln_hydrofe = .true. ! boolean for from hydrothermal vents 88 ln_dust_inp = .true. ! boolean for dust input89 88 / 90 89 !----------------------------------------------------------------------- -
NEMO/branches/2021/dev_r14383_PISCES_NEWDEV_PISCO/cfgs/ORCA2_ICE_PISCES/EXPREF/namelist_top_cfg
r15349 r15449 65 65 sn_trcdta(14) = 'data_FER_nomask.nc', -1 , 'Fer' , .true. , .true. , 'yearly' , 'weights_3D_r360x180_bilin.nc' , '' , '' 66 66 sn_trcdta(23) = 'data_NO3_nomask.nc', -1 , 'NO3' , .true. , .true. , 'yearly' , 'weights_3D_r360x180_bilin.nc' , '' , '' 67 rn_trfac(1) = 1.028e-06 ! multiplicative factor68 rn_trfac(2) = 1.028e-06 ! - - - -69 rn_trfac(3) = 44.6e-06 ! - - - -70 rn_trfac(5) = 1 22.0e-06! - - - -71 rn_trfac(7) = 1.0e-06 ! - - - -72 rn_trfac(10) = 1.0e-06 ! - - - -73 rn_trfac(14) = 1.0e-06 ! - - - -74 rn_trfac(23) = 7. 6e-06 ! - - - -67 rn_trfac(1) = 1.028e-06 ! multiplicative factor 68 rn_trfac(2) = 1.028e-06 ! - - - - 69 rn_trfac(3) = 44.6e-06 ! - - - - 70 rn_trfac(5) = 117.0e-06 ! - - - - 71 rn_trfac(7) = 1.0e-06 ! - - - - 72 rn_trfac(10) = 1.0e-06 ! - - - - 73 rn_trfac(14) = 1.0e-06 ! - - - - 74 rn_trfac(23) = 7.3125e-06 ! - - - - 75 75 / 76 76 !----------------------------------------------------------------------- -
NEMO/branches/2021/dev_r14383_PISCES_NEWDEV_PISCO/cfgs/ORCA2_OFF_PISCES/EXPREF/namelist_pisces_cfg
r15429 r15449 87 87 ln_ironice = .true. ! boolean for Fe input from sea ice 88 88 ln_hydrofe = .true. ! boolean for from hydrothermal vents 89 ln_dust_inp = .true. ! boolean for dust input90 89 / 91 90 !----------------------------------------------------------------------- -
NEMO/branches/2021/dev_r14383_PISCES_NEWDEV_PISCO/cfgs/ORCA2_OFF_PISCES/EXPREF/namelist_top_cfg
r15284 r15449 100 100 &namtrc_ice ! Representation of sea ice growth & melt effects 101 101 !----------------------------------------------------------------------- 102 nn_ice_tr = 0 ! tracer concentration in sea ice103 102 / 104 103 !----------------------------------------------------------------------- -
NEMO/branches/2021/dev_r14383_PISCES_NEWDEV_PISCO/cfgs/ORCA2_OFF_PISCES/cpp_ORCA2_OFF_PISCES.fcm
r15284 r15449 1 bld::tool::fppkeys key_top key_xios key_mpi21 bld::tool::fppkeys key_top key_xios -
NEMO/branches/2021/dev_r14383_PISCES_NEWDEV_PISCO/cfgs/SHARED/namelist_pisces_ref
r15428 r15449 365 365 ln_ironice = .false. ! boolean for Fe input from sea ice 366 366 ln_hydrofe = .false. ! boolean for from hydrothermal vents 367 ln_dust_inp = .false. ! boolean for dust input368 367 sedfeinput = 2.e-9 ! Coastal release of Iron 369 368 distcoast = 5.e3 ! Distance off the coast for Iron from sediments -
NEMO/branches/2021/dev_r14383_PISCES_NEWDEV_PISCO/src/TOP/PISCES/P4Z/p4zbc.F90
r15351 r15449 24 24 LOGICAL , PUBLIC :: ln_ironsed !: boolean for Fe input from sediments 25 25 LOGICAL , PUBLIC :: ln_hydrofe !: boolean for Fe input from hydrothermal vents 26 LOGICAL , PUBLIC :: ln_dust_inp !: boolean for Fe input from hydrothermal vents27 26 REAL(wp), PUBLIC :: sedfeinput !: Coastal release of Iron 28 27 REAL(wp), PUBLIC :: icefeinput !: Iron concentration in sea ice … … 251 250 !! 252 251 NAMELIST/nampisbc/cn_dir, sn_dust, sn_ironsed, sn_hydrofe, & 253 & ln_ironsed, ln_ironice, ln_hydrofe, ln_dust_inp,&252 & ln_ironsed, ln_ironice, ln_hydrofe, & 254 253 & sedfeinput, distcoast, icefeinput, wdust, mfrac, & 255 254 & hratio, lgw_rath … … 293 292 END IF 294 293 295 ll_bc = ( ln_trcbc .AND. lltrcbc ) .OR. ln_hydrofe .OR. ln_ironsed .OR. ln_ironice .OR. ln_dust_inp296 ll_dust = ln_ dust_inp294 ll_bc = ( ln_trcbc .AND. lltrcbc ) .OR. ln_hydrofe .OR. ln_ironsed .OR. ln_ironice 295 ll_dust = ln_trc_sbc(jpfer) .OR. ln_trc_sbc(jppo4) ln_trc_sbc(jpsil) .OR. ln_sediment 297 296 ll_ndepo = ln_trc_sbc(jpno3) .OR. ln_trc_sbc(jpnh4) 298 297 ll_river = ln_trc_cbc(jpno3)
Note: See TracChangeset
for help on using the changeset viewer.