Changeset 7212
- Timestamp:
- 2016-11-08T19:37:13+01:00 (8 years ago)
- Location:
- trunk/NEMOGCM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NEMOGCM/CONFIG/ORCA2_LIM3/EXP00/namelist_cfg
r6489 r7212 88 88 &namberg ! iceberg parameters 89 89 !----------------------------------------------------------------------- 90 ln_icebergs = .true. ! iceberg floats or not 91 ln_bergdia = .true. ! Calculate budgets 92 nn_verbose_level = 1 ! Turn on more verbose output if level > 0 93 nn_verbose_write = 15 ! Timesteps between verbose messages 94 nn_sample_rate = 1 ! Timesteps between sampling for trajectory storage 95 ! Initial mass required for an iceberg of each class 96 rn_initial_mass = 8.8e7, 4.1e8, 3.3e9, 1.8e10, 3.8e10, 7.5e10, 1.2e11, 2.2e11, 3.9e11, 7.4e11 97 ! Proportion of calving mass to apportion to each class 98 rn_distribution = 0.24, 0.12, 0.15, 0.18, 0.12, 0.07, 0.03, 0.03, 0.03, 0.02 99 ! Ratio between effective and real iceberg mass (non-dim) 100 ! i.e. number of icebergs represented at a point 101 rn_mass_scaling = 2000, 200, 50, 20, 10, 5, 2, 1, 1, 1 102 ! thickness of newly calved bergs (m) 103 rn_initial_thickness = 40., 67., 133., 175., 250., 250., 250., 250., 250., 250. 104 rn_rho_bergs = 850. ! Density of icebergs 105 rn_LoW_ratio = 1.5 ! Initial ratio L/W for newly calved icebergs 106 ln_operator_splitting = .true. ! Use first order operator splitting for thermodynamics 107 rn_bits_erosion_fraction = 0. ! Fraction of erosion melt flux to divert to bergy bits 108 rn_sicn_shift = 0. ! Shift of sea-ice concn in erosion flux (0<sicn_shift<1) 109 ln_passive_mode = .false. ! iceberg - ocean decoupling 110 nn_test_icebergs = -1 ! Create test icebergs of this class (-1 = no) 111 ! Put a test iceberg at each gridpoint in box (lon1,lon2,lat1,lat2) 112 rn_test_box = 108.0, 116.0, -66.0, -58.0 113 rn_speed_limit = 0. ! CFL speed limit for a berg 114 115 ! ! file name ! frequency (hours) ! variable ! time interp.! clim ! 'yearly'/ ! weights ! rotation ! land/sea mask ! 116 ! ! ! (if <0 months) ! name ! (logical) ! (T/F ) ! 'monthly' ! filename ! pairing ! filename ! 117 sn_icb = 'calving', -1 , 'calving' , .true. , .true. , 'yearly' , '' , '' , '' 118 119 cn_dir = './' 90 120 / 91 121 !----------------------------------------------------------------------- -
trunk/NEMOGCM/SETTE/sette.sh
r6460 r7212 690 690 ln -sf ../LONG/O2L3_LONG_00000075_restart_${L_NPROC}.nc . 691 691 ln -sf ../LONG/O2L3_LONG_00000075_restart_ice_${L_NPROC}.nc . 692 ln -sf ../LONG/O2L3_LONG_icebergs_00000075_restart_${L_NPROC}.nc O2L3_LONG_00000075_restart_icebergs_${L_NPROC}.nc 692 693 done 693 694 if [ ${USING_MPMD} == "yes" ] ; then
Note: See TracChangeset
for help on using the changeset viewer.