Changeset 7926
- Timestamp:
- 2017-04-18T16:45:41+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/UKMO/dev_r5518_GO6_package_landice_fw_input_option2/NEMOGCM/CONFIG/SHARED/namelist_ref
r7540 r7926 378 378 ln_usecplmask = .false. ! use a coupling mask file to merge data received from several models 379 379 ! -> file cplmask.nc with the float variable called cplmask (jpi,jpj,nn_cplmodel) 380 ln_coupled_iceshelf_fluxes = .false. ! If true use rate of change of mass of Greenland and Antarctic icesheets to set the 381 ! combined magnitude of the iceberg calving and iceshelf melting freshwater fluxes. 380 nn_coupled_iceshelf_fluxes = 0 ! =0 : total freshwater input from iceberg calving and ice shelf basal melting 381 ! taken from climatologies used (no action in coupling routines). 382 ! =1 : use rate of change of mass of Greenland and Antarctic icesheets to set the 383 ! combined magnitude of the iceberg calving and iceshelf melting freshwater fluxes. 384 ! =2 : specify constant freshwater inputs in this namelist to set the combined 385 ! magnitude of iceberg calving and iceshelf melting freshwater fluxes. 382 386 ln_iceshelf_init_atmos = .true. ! If true force ocean to initialise icesheet masses from atmospheric values rather than 383 387 ! from values in ocean restart file. 388 rn_greenland_total_fw_input = 0.0 ! Constant total rate of freshwater input (kg/s) for Greenland (if nn_coupled_iceshelf_fluxes=2) 384 389 rn_greenland_calving_fraction = 0.5 ! Set fraction of total freshwater flux for iceberg calving - remainder goes to iceshelf melting. 390 rn_antarctica_total_fw_input = 0.0 ! Constant total rate of freshwater input (kg/s) for Antarctica (if nn_coupled_iceshelf_fluxes=2) 385 391 rn_antarctica_calving_fraction = 0.5 ! Set fraction of total freshwater flux for iceberg calving - remainder goes to iceshelf melting. 386 392 rn_iceshelf_fluxes_tolerance = 1e-6 ! Fractional threshold for detecting differences in icesheet masses (must be positive definite).
Note: See TracChangeset
for help on using the changeset viewer.