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

Ignore:
Timestamp:
2016-11-21T16:27:53+01:00 (8 years ago)
Author:
vancop
Message:

Commit infrastructure for melt pond impletation

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

Legend:

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

    r6970 r7293  
    284284         <field id="albedo"       long_name="Mean albedo over sea ice and ocean"                                                                                              unit=""             /> 
    285285 
     286         <field id="iceamp"       long_name="melt pond fraction"                                           standard_name="sea_ice_meltpond_fraction"                          unit="%"            /> 
     287         <field id="icevmp"       long_name="melt pond volume"                                             standard_name="sea_ice_meltpond_volume"                            unit="m"            /> 
     288 
    286289         <field id="iceage_cat"   long_name="Ice age for categories"                                       unit="days"   axis_ref="ncatice" /> 
    287290         <field id="iceconc_cat"  long_name="Ice concentration for categories"                             unit="%"      axis_ref="ncatice" /> 
     
    292295         <field id="icetemp_cat"  long_name="Ice temperature for categories"                               unit="degC"   axis_ref="ncatice" /> 
    293296         <field id="snwtemp_cat"  long_name="Snow temperature for categories"                              unit="degC"   axis_ref="ncatice" /> 
     297 
     298         <field id="iceamp_cat"   long_name="Ice melt pond fraction for categories"                        unit="%"      axis_ref="ncatice" /> 
     299         <field id="icevmp_cat"   long_name="Ice melt pond volume for categories"                          unit="m"      axis_ref="ncatice" /> 
    294300 
    295301         <field id="micet"        long_name="Mean ice temperature"                                         unit="degC"     /> 
  • branches/2016/dev_r6859_LIM3_meltponds/NEMOGCM/CONFIG/SHARED/namelist_ice_lim3_ref

    r6994 r7293  
    166166/ 
    167167!------------------------------------------------------------------------------ 
     168&namicemp      !   Melt ponds 
     169!------------------------------------------------------------------------------ 
     170                 ! -- limmp      -- ! 
     171   ln_limMP       = .true.          !  activate melt ponds 
     172   nn_limMP       = 4               !  type of melt pond implementation (1=rad+fw,2=rad only, 3=fw only, 4=passive) 
     173/ 
     174!------------------------------------------------------------------------------ 
    168175&namiceitdme   !   Ice mechanical redistribution (ridging and rafting) 
    169176!------------------------------------------------------------------------------ 
Note: See TracChangeset for help on using the changeset viewer.