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 15662 for NEMO/branches/UKMO/NEMO_4.0.4_GO8_paquage_branch/cfgs/SHARED – NEMO

Ignore:
Timestamp:
2022-01-19T19:47:22+01:00 (2 years ago)
Author:
jpalmier
Message:

6th and 7th merge : fix a ip and icesheet-river coupling

Location:
NEMO/branches/UKMO/NEMO_4.0.4_GO8_paquage_branch/cfgs/SHARED
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0.4_GO8_paquage_branch/cfgs/SHARED/field_def_nemo-oce.xml

    r15660 r15662  
    332332 
    333333          <!-- * variable related to ice shelf forcing * --> 
     334          <field id="berg_calve"   long_name="Iceberg calving"                               unit="kg/m2/s"  />  
    334335          <field id="fwfisf"       long_name="Ice shelf melting"                             unit="kg/m2/s"  /> 
    335336          <field id="fwfisf3d"     long_name="Ice shelf melting"                             unit="kg/m2/s"  grid_ref="grid_T_3D" /> 
  • NEMO/branches/UKMO/NEMO_4.0.4_GO8_paquage_branch/cfgs/SHARED/namelist_ref

    r15661 r15662  
    293293   ln_scale_ice_flux = .false. !  use ice fluxes that are already "ice weighted" ( i.e. multiplied ice concentration) 
    294294   nn_cats_cpl       =     5   !  Number of sea ice categories over which coupling is to be carried out (if not 1) 
     295   nn_coupled_iceshelf_fluxes = 0 ! =0 : total freshwater input from iceberg calving and ice shelf basal melting  
     296                                  ! taken from climatologies used (no action in coupling routines). 
     297                                  ! =1 :  use rate of change of mass of Greenland and Antarctic icesheets to set the  
     298                                  ! combined magnitude of the iceberg calving and iceshelf melting freshwater fluxes. 
     299                                  ! =2 :  specify constant freshwater inputs in this namelist to set the combined 
     300                                  ! magnitude of iceberg calving and iceshelf melting freshwater fluxes. 
     301   ln_iceshelf_init_atmos     = .true.  ! If true force ocean to initialise icesheet masses from atmospheric values rather than 
     302                                        ! from values in ocean restart file.  
     303   rn_greenland_total_fw_flux   = 0.0  ! Constant total rate of freshwater input (kg/s) for Greenland (if nn_coupled_iceshelf_fluxes=2)  
     304   rn_greenland_calving_fraction = 0.5  ! Set fraction of total freshwater flux for iceberg calving - remainder goes to iceshelf melting. 
     305   rn_antarctica_total_fw_flux  = 0.0  ! Constant total rate of freshwater input (kg/s) for Antarctica (if nn_coupled_iceshelf_fluxes=2) 
     306   rn_antarctica_calving_fraction = 0.5 ! Set fraction of total freshwater flux for iceberg calving - remainder goes to iceshelf melting. 
     307   rn_iceshelf_fluxes_tolerance = 1e-6  ! Fractional threshold for detecting differences in icesheet masses (must be positive definite). 
     308 
    295309   !_____________!__________________________!____________!_____________!______________________!________! 
    296310   !             !        description       !  multiple  !    vector   !       vector         ! vector ! 
     
    319333   sn_rcv_emp    =   'conservative'         ,    'no'    ,     ''      ,         ''           ,   '' 
    320334   sn_rcv_rnf    =   'coupled'              ,    'no'    ,     ''      ,         ''           ,   '' 
     335   sn_rcv_antm   =   'none'                 ,    'no'    ,     ''      ,         ''           ,   '' 
     336   sn_rcv_grnm   =   'none'                 ,    'no'    ,     ''      ,         ''           ,   '' 
    321337   sn_rcv_cal    =   'coupled'              ,    'no'    ,     ''      ,         ''           ,   '' 
    322338   sn_rcv_co2    =   'coupled'              ,    'no'    ,     ''      ,         ''           ,   '' 
     
    419435      rn_dep_max  = 150.      !  depth over which runoffs is spread ( ln_rnf_depth_ini = .true ) 
    420436      nn_rnf_depth_file = 0   !  create (=1) a runoff depth file or not (=0) 
    421    ln_rnf_icb  = .false.   !  read in iceberg flux from a file (fill sn_i_rnf if .true.) 
     437   ln_rnf_icb  = .false.    !  read in iceberg flux from a file (fill sn_i_rnf if .true.) 
     438   ln_icb_mass  = .false.   ! Scale iceberg flux to match mass flux from atmosphere model 
    422439 
    423440   cn_dir      = './'      !  root directory for the runoff data location 
Note: See TracChangeset for help on using the changeset viewer.