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 6684 for branches/2016/dev_v3_6_STABLE_r6506_AGRIF_LIM3/NEMOGCM/CONFIG/SHARED – NEMO

Ignore:
Timestamp:
2016-06-11T11:24:15+02:00 (8 years ago)
Author:
clem
Message:

update field_def.xml

Location:
branches/2016/dev_v3_6_STABLE_r6506_AGRIF_LIM3/NEMOGCM/CONFIG/SHARED
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_v3_6_STABLE_r6506_AGRIF_LIM3/NEMOGCM/CONFIG/SHARED/field_def.xml

    r6471 r6684  
    169169         <field id="Mmy_v"        long_name="Mm current barotrope along j-axis harmonic imaginary part "   unit="m/s"      />   
    170170      </field_group> 
    171  
     171       
    172172      <!-- SBC --> 
    173173       
     
    316316         <field id="sfxbom"       long_name="salt flux from bot melt"                                      unit="1e-3*kg/m2/day" /> 
    317317         <field id="sfxsum"       long_name="salt flux from surf melt"                                     unit="1e-3*kg/m2/day" /> 
     318         <field id="sfxlam"       long_name="salt flux from lateral melt"                                  unit="1e-3*kg/m2/day" /> 
    318319         <field id="sfxsni"       long_name="salt flux from snow-ice formation"                            unit="1e-3*kg/m2/day" /> 
    319320         <field id="sfxopw"       long_name="salt flux from open water ice formation"                      unit="1e-3*kg/m2/day" /> 
     
    326327         <field id="vfxsni"       long_name="daily snowice ice prod."                                      unit="m/day"   /> 
    327328         <field id="vfxsum"       long_name="surface melt"                                                 unit="m/day"   /> 
     329         <field id="vfxlam"       long_name="lateral melt"                                                 unit="m/day"   /> 
    328330         <field id="vfxbom"       long_name="bottom melt"                                                  unit="m/day"   /> 
    329331         <field id="vfxres"       long_name="daily resultant ice prod./melting from limupdate"             unit="m/day"   /> 
     
    533535         <field id="ibgvfxbom"    long_name="global mean volume flux (bottom melt)"                  unit="m/day"      /> 
    534536         <field id="ibgvfxsum"    long_name="global mean volume flux (surface melt)"                 unit="m/day"      /> 
     537         <field id="ibgvfxlam"    long_name="global mean volume flux (lateral melt)"                 unit="m/day"      /> 
    535538         <field id="ibgvfxres"    long_name="global mean volume flux (resultant)"                    unit="m/day"      /> 
    536539         <field id="ibgvfxspr"    long_name="global mean volume flux (snow precip)"                  unit="m/day"      /> 
     
    548551         <field id="ibgsfxsum"    long_name="global mean salt flux (thermo)"                         unit="1e-3*m/day" /> 
    549552         <field id="ibgsfxsub"    long_name="global mean salt flux (thermo)"                         unit="1e-3*m/day" /> 
     553         <field id="ibgsfxlam"    long_name="global mean salt flux (thermo)"                         unit="1e-3*m/day" /> 
    550554 
    551555         <field id="ibghfxdhc"    long_name="Heat content variation in snow and ice"                 unit="W"          /> 
  • branches/2016/dev_v3_6_STABLE_r6506_AGRIF_LIM3/NEMOGCM/CONFIG/SHARED/namelist_ice_lim3_ref

    r6515 r6684  
    3636&namicediag    !   Diagnostics 
    3737!------------------------------------------------------------------------------ 
    38    ln_limdiahsb   =  .true.         !  check online the heat, mass & salt budgets (T) or not (F) 
     38   ln_limdiahsb   =  .false.        !  check online the heat, mass & salt budgets (T) or not (F) 
    3939   ln_limdiaout   =  .false.        !  output the heat, mass & salt budgets (T) or not (F) 
    4040   ln_icectl      =  .false.        !  ice points output for debug (T or F) 
     
    9292!------------------------------------------------------------------------------ 
    9393                     ! -- limhdf -- ! 
    94    nn_ahi0        =    2            !  horizontal diffusivity computation 
     94   nn_ahi0        =    -1           !  horizontal diffusivity computation 
    9595                                    !    -1: no diffusion (bypass limhdf) 
    9696                                    !     0: use rn_ahi0_ref 
     
    131131   ln_limdO       = .true.          !  activate ice growth in open-water (T) or not (F) => DO NOT TOUCH UNLESS U KNOW WHAT U DO 
    132132   rn_hnewice     = 0.1             !  thickness for new ice formation in open water (m) 
    133    ln_frazil      = .true.          !  Frazil ice parameterization (ice collection as a function of wind) 
     133   ln_frazil      = .false.         !  Frazil ice parameterization (ice collection as a function of wind) 
    134134   rn_maxfrazb    = 1.0             !     (ln_frazil=T) maximum fraction of frazil ice collecting at the ice base 
    135135   rn_vfrazb      = 0.417           !     (ln_frazil=T) thresold drift speed for frazil ice collecting at the ice bottom (m/s) 
Note: See TracChangeset for help on using the changeset viewer.