Changeset 2221


Ignore:
Timestamp:
03/28/14 17:02:32 (10 years ago)
Author:
aclsce
Message:

IPSLCM6_rc0 : modified to fit with new NEMO version (trunk rev 4565 instead of branch dev_MERGE_2013)

Location:
CONFIG/UNIFORM/v6/IPSLCM6
Files:
2 deleted
14 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/IPSLCM6/AA_make

    r2217 r2221  
    5050 
    5151liborchidee : ../../modeles/ORCHIDEE/ 
    52         (cd ../../modeles/ORCHIDEE/ ; $(M_K) -f Makefile) 
     52        (cd ../../modeles/ORCHIDEE/ ; ./makeorchidee_fcm -parallel mpi -arch $(FCM_ARCH) -j 8 -driver) 
    5353 
    5454lmdz96x95x39: 
     
    5959 
    6060lmdz: ../../modeles/LMDZ 
    61         (cd ../../modeles/LMDZ; ./makelmdz_fcm -cpp ORCHIDEE_NOOPENMP -d $(RESOL_LMDZ) -cosp true -v true -parallel mpi -c OMCT -job 8 -arch $(FCM_ARCH) ce0l ; cp bin/ce0l_$(RESOL_LMDZ)_phylmd_para_orch_couple.e ../../bin/create_etat0_limit.e ; ) 
    62         (cd ../../modeles/LMDZ; ./makelmdz_fcm -cpp ORCHIDEE_NOOPENMP -d $(RESOL_LMDZ) -cosp true -v true -parallel mpi -c OMCT -job 8 -arch $(FCM_ARCH) gcm ; cp bin/gcm_$(RESOL_LMDZ)_phylmd_para_orch_couple.e ../../bin/gcm.e ; ) 
     61        (cd ../../modeles/LMDZ; ./makelmdz_fcm -d $(RESOL_LMDZ) -cosp true -v true -parallel mpi -c OMCT -job 8 -arch $(FCM_ARCH) ce0l ; cp bin/ce0l_$(RESOL_LMDZ)_phylmd_para_orch_couple.e ../../bin/create_etat0_limit.e ; ) 
     62        (cd ../../modeles/LMDZ; ./makelmdz_fcm -d $(RESOL_LMDZ) -cosp true -v true -parallel mpi -c OMCT -job 8 -arch $(FCM_ARCH) gcm ; cp bin/gcm_$(RESOL_LMDZ)_phylmd_para_orch_couple.e ../../bin/gcm.e ; ) 
    6363 
    6464xios: ../../modeles/XIOS 
  • CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/DRIVER/pisces.driver

    r2206 r2221  
    2828 
    2929    PAT_TOP_LRSTTR=$( supergrep ln_rsttr          ${NAMELIST_TOP_CFG} ) 
    30     PAT_TOP_NRSTTR=$( supergrep nrsttr            ${NAMELIST_TOP_CFG} ) 
     30    PAT_TOP_NRSTTR=$( supergrep nn_rsttr          ${NAMELIST_TOP_CFG} ) 
    3131    PAT_PIS_ATCCO2=$( supergrep atcco2            ${NAMELIST_PISCES_CFG} ) 
    3232    PAT_PIS_LRIVER=$( supergrep ln_river          ${NAMELIST_PISCES_CFG} ) 
     
    113113 
    114114    sed -e "s%${PAT_TOP_LRSTTR}%          ln_rsttr=${TOP_LRSTTR}%"                   \ 
    115         -e "s%${PAT_TOP_NRSTTR}%          nrsttr=${TOP_NRSTTR}%"                   \ 
     115        -e "s%${PAT_TOP_NRSTTR}%          nn_rsttr=${TOP_NRSTTR}%"                   \ 
    116116        namelist_top_cfg > namelist_top_cfg.tmp 
    117117 
  • CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/field_def.xml

    r2093 r2221  
    1515      <!-- T grid --> 
    1616       
    17      <field_group id="grid_T" grid_ref="grid_T_2D"> 
     17     <field_group id="grid_T" grid_ref="grid_T_2D" > 
    1818         <field id="toce"         long_name="temperature"                               unit="degC" grid_ref="grid_T_3D"/> 
    1919         <field id="soce"         long_name="salinity"                                  unit="psu"  grid_ref="grid_T_3D"/> 
     
    2929         <field id="mldr10_1"     long_name="Mixed Layer Depth 0.01 ref.10m"            unit="m"                        /> 
    3030         <field id="rhop"         long_name="potential density (sigma0)"                unit="kg/m3" grid_ref="grid_T_3D"/> 
     31         <field id="eken"         long_name="kinetic energy"                            unit="m2/s2" grid_ref="grid_T_3D"/> 
     32         <field id="hdiv"         long_name="horizontal divergence"                     unit="s-1"   grid_ref="grid_T_3D"/> 
     33         <!-- variables available with MLE --> 
     34         <field id="Lf_NHpf"      long_name="MLE: Lf = N H / f"                         unit="m"                        /> 
    3135         <!-- next variables available with key_diahth --> 
    3236         <field id="mlddzt"       long_name="Thermocline Depth (max dT/dz)"             unit="m"                        /> 
     
    4549         <!-- variables available with key_diaar5 --> 
    4650         <field id="botpres"      long_name="Pressure at sea floor"                     unit="dbar"                     /> 
     51         <!-- variables available with key_diaar5/key_vvl --> 
    4752         <field id="cellthc"      long_name="Cell thickness"                            unit="m"    grid_ref="grid_T_3D"/> 
     53         <!-- variables available with key_vvl --> 
     54         <field id="tpt_dep"      long_name="T-point depth"                             unit="m"    grid_ref="grid_T_3D"/> 
     55         <field id="e3tdef"       long_name="T-cell thickness deformation"              unit="%"    grid_ref="grid_T_3D"/> 
    4856     </field_group> 
     57 
     58     <field_group id="Tides_T" grid_ref="grid_T_2D" operation="once" > 
     59         <!-- tidal composante --> 
     60         <field id="M2x"          long_name="M2 Elevation harmonic real part "                             unit="m"        /> 
     61         <field id="M2y"          long_name="M2 Elevation harmonic imaginary part"                         unit="m"        /> 
     62         <field id="S2x"          long_name="S2 Elevation harmonic real part "                             unit="m"        /> 
     63         <field id="S2y"          long_name="S2 Elevation harmonic imaginary part"                         unit="m"        /> 
     64         <field id="N2x"          long_name="N2 Elevation harmonic real part "                             unit="m"        /> 
     65         <field id="N2y"          long_name="N2 Elevation harmonic imaginary part"                         unit="m"        /> 
     66         <field id="K1x"          long_name="K1 Elevation harmonic real part "                             unit="m"        /> 
     67         <field id="K1y"          long_name="K1 Elevation harmonic imaginary part"                         unit="m"        /> 
     68         <field id="O1x"          long_name="O1 Elevation harmonic real part "                             unit="m"        /> 
     69         <field id="O1y"          long_name="O1 Elevation harmonic imaginary part"                         unit="m"        /> 
     70         <field id="Q1x"          long_name="Q1 Elevation harmonic real part "                             unit="m"        /> 
     71         <field id="Q1y"          long_name="Q1 Elevation harmonic imaginary part"                         unit="m"        /> 
     72         <field id="M4x"          long_name="M4 Elevation harmonic real part "                             unit="m"        /> 
     73         <field id="M4y"          long_name="M4 Elevation harmonic imaginary part"                         unit="m"        /> 
     74         <field id="K2x"          long_name="K2 Elevation harmonic real part "                             unit="m"        /> 
     75         <field id="K2y"          long_name="K2 Elevation harmonic imaginary part"                         unit="m"        /> 
     76         <field id="P1x"          long_name="P1 Elevation harmonic real part "                             unit="m"        /> 
     77         <field id="P1y"          long_name="P1 Elevation harmonic imaginary part"                         unit="m"        /> 
     78         <field id="Mfx"          long_name="Mf Elevation harmonic real part "                             unit="m"        /> 
     79         <field id="Mfy"          long_name="Mf Elevation harmonic imaginary part"                         unit="m"        /> 
     80         <field id="Mmx"          long_name="Mm Elevation harmonic real part "                             unit="m"        /> 
     81         <field id="Mmy"          long_name="Mm Elevation harmonic imaginary part"                         unit="m"        /> 
     82     </field_group> 
     83          
     84     <field_group id="Tides_U" grid_ref="grid_U_2D" operation="once" > 
     85         <field id="M2x_u"          long_name="M2 current barotrope along i-axis harmonic real part "      unit="m/s"        /> 
     86         <field id="M2y_u"          long_name="M2 current barotrope along i-axis harmonic imaginary part " unit="m/s"        /> 
     87         <field id="S2x_u"          long_name="S2 current barotrope along i-axis harmonic real part "      unit="m/s"        /> 
     88         <field id="S2y_u"          long_name="S2 current barotrope along i-axis harmonic imaginary part " unit="m/s"        /> 
     89         <field id="N2x_u"          long_name="N2 current barotrope along i-axis harmonic real part "      unit="m/s"        /> 
     90         <field id="N2y_u"          long_name="N2 current barotrope along i-axis harmonic imaginary part " unit="m/s"        /> 
     91         <field id="K1x_u"          long_name="K1 current barotrope along i-axis harmonic real part "      unit="m/s"        /> 
     92         <field id="K1y_u"          long_name="K1 current barotrope along i-axis harmonic imaginary part " unit="m/s"        /> 
     93         <field id="O1x_u"          long_name="O1 current barotrope along i-axis harmonic real part "      unit="m/s"        /> 
     94         <field id="O1y_u"          long_name="O1 current barotrope along i-axis harmonic imaginary part " unit="m/s"        /> 
     95         <field id="Q1x_u"          long_name="Q1 current barotrope along i-axis harmonic real part "      unit="m/s"        /> 
     96         <field id="Q1y_u"          long_name="Q1 current barotrope along i-axis harmonic imaginary part " unit="m/s"        /> 
     97         <field id="M4x_u"          long_name="M4 current barotrope along i-axis harmonic real part "      unit="m/s"        /> 
     98         <field id="M4y_u"          long_name="M4 current barotrope along i-axis harmonic imaginary part " unit="m/s"        /> 
     99         <field id="K2x_u"          long_name="K2 current barotrope along i-axis harmonic real part "      unit="m/s"        /> 
     100         <field id="K2y_u"          long_name="K2 current barotrope along i-axis harmonic imaginary part " unit="m/s"        /> 
     101         <field id="P1x_u"          long_name="P1 current barotrope along i-axis harmonic real part "      unit="m/s"        /> 
     102         <field id="P1y_u"          long_name="P1 current barotrope along i-axis harmonic imaginary part " unit="m/s"        /> 
     103         <field id="Mfx_u"          long_name="Mf current barotrope along i-axis harmonic real part "      unit="m/s"        /> 
     104         <field id="Mfy_u"          long_name="Mf current barotrope along i-axis harmonic imaginary part " unit="m/s"        /> 
     105         <field id="Mmx_u"          long_name="Mm current barotrope along i-axis harmonic real part "      unit="m/s"        /> 
     106         <field id="Mmy_u"          long_name="Mm current barotrope along i-axis harmonic imaginary part " unit="m/s"        /> 
     107     </field_group> 
     108          
     109     <field_group id="Tides_V" grid_ref="grid_V_2D" operation="once" > 
     110         <field id="M2x_v"          long_name="M2 current barotrope along j-axis harmonic real part "      unit="m/s"        /> 
     111         <field id="M2y_v"          long_name="M2 current barotrope along j-axis harmonic imaginary part " unit="m/s"        /> 
     112         <field id="S2x_v"          long_name="S2 current barotrope along j-axis harmonic real part "      unit="m/s"        /> 
     113         <field id="S2y_v"          long_name="S2 current barotrope along j-axis harmonic imaginary part " unit="m/s"        /> 
     114         <field id="N2x_v"          long_name="N2 current barotrope along j-axis harmonic real part "      unit="m/s"        /> 
     115         <field id="N2y_v"          long_name="N2 current barotrope along j-axis harmonic imaginary part " unit="m/s"        /> 
     116         <field id="K1x_v"          long_name="K1 current barotrope along j-axis harmonic real part "      unit="m/s"        /> 
     117         <field id="K1y_v"          long_name="K1 current barotrope along j-axis harmonic imaginary part " unit="m/s"        /> 
     118         <field id="O1x_v"          long_name="O1 current barotrope along j-axis harmonic real part "      unit="m/s"        /> 
     119         <field id="O1y_v"          long_name="O1 current barotrope along j-axis harmonic imaginary part " unit="m/s"        /> 
     120         <field id="Q1x_v"          long_name="Q1 current barotrope along j-axis harmonic real part "      unit="m/s"        /> 
     121         <field id="Q1y_v"          long_name="Q1 current barotrope along j-axis harmonic imaginary part " unit="m/s"        /> 
     122         <field id="M4x_v"          long_name="M4 current barotrope along j-axis harmonic real part "      unit="m/s"        /> 
     123         <field id="M4y_v"          long_name="M4 current barotrope along j-axis harmonic imaginary part " unit="m/s"        /> 
     124         <field id="K2x_v"          long_name="K2 current barotrope along j-axis harmonic real part "      unit="m/s"        /> 
     125         <field id="K2y_v"          long_name="K2 current barotrope along j-axis harmonic imaginary part " unit="m/s"        /> 
     126         <field id="P1x_v"          long_name="P1 current barotrope along j-axis harmonic real part "      unit="m/s"        /> 
     127         <field id="P1y_v"          long_name="P1 current barotrope along j-axis harmonic imaginary part " unit="m/s"        /> 
     128         <field id="Mfx_v"          long_name="Mf current barotrope along j-axis harmonic real part "      unit="m/s"        /> 
     129         <field id="Mfy_v"          long_name="Mf current barotrope along j-axis harmonic imaginary part " unit="m/s"        /> 
     130         <field id="Mmx_v"          long_name="Mm current barotrope along j-axis harmonic real part "      unit="m/s"        /> 
     131         <field id="Mmy_v"          long_name="Mm current barotrope along j-axis harmonic imaginary part " unit="m/s"        />   
     132     </field_group> 
     133 
    49134 
    50135      <!-- SBC --> 
     
    53138 
    54139         <field id="empmr"        long_name="Net Upward Water Flux"                                        unit="kg/m2/s"  /> 
    55          <field id="saltflx"      long_name="Downward salt flux"                                          unit="PSU/m2/s"  /> 
     140         <field id="saltflx"      long_name="Downward salt flux"                                           unit="PSU/m2/s"  /> 
     141         <field id="fmmflx"       long_name="Water flux due to freezing/melting"                           unit="kg/m2/s"  /> 
    56142         <field id="snowpre"      long_name="Snow precipitation"                                           unit="kg/m2/s"  /> 
    57143         <field id="runoffs"      long_name="River Runoffs"                                                unit="Kg/m2/s"  /> 
     144         <field id="precip"       long_name="Total precipitation"                                           unit="kg/m2/s"  /> 
     145 
    58146 
    59147         <field id="qt"           long_name="Net Downward Heat Flux"                                       unit="W/m2"     /> 
     
    65153         <field id="taum"         long_name="wind stress module"                                           unit="N/m2"     /> 
    66154         <field id="wspd"         long_name="Wind speed module at 10 m"                                    unit="m/s"      /> 
    67          <field id="fmmflx"       long_name="Freezing-melting water flux"                                  unit="Kg/m2/s" />  
     155          
    68156         <!-- * variable relative to atmospheric pressure forcing : available with ln_apr_dyn --> 
    69157         <field id="ssh_ib"       long_name="Inverse barometer sea surface height"                         unit="m"        /> 
     
    76164         <field id="qhc_oce"      long_name="Downward Heat Content of E-P over open ocean"                 unit="W/m2"     /> 
    77165         <field id="taum_oce"     long_name="wind stress module over open ocean"                           unit="N/m2"     /> 
    78  
    79          <field id="ice_cover"    long_name="Ice fraction"                                                 unit="1"        /> 
    80  
    81          <field id="ioceflxb"     long_name="Oceanic flux at the ice base"                                 unit="W/m2"     /> 
    82          <field id="qsr_ai_cea"   long_name="Air-Ice downward solar heat flux (cell average)"              unit="W/m2"     /> 
    83          <field id="qns_ai_cea"   long_name="Air-Ice downward non-solar heat flux (cell average)"          unit="W/m2"     /> 
    84          <field id="qla_ai_cea"   long_name="Air-Ice downward Latent heat flux (cell average)"             unit="W/m2"     /> 
    85           
    86          <field id="qsr_io_cea"   long_name="Ice-Oce downward solar heat flux (cell average)"              unit="W/m2"     /> 
    87          <field id="qns_io_cea"   long_name="Ice-Oce downward non-solar heat flux (cell average)"          unit="W/m2"     /> 
    88           
    89          <field id="snowthic_cea" long_name="Snow thickness (cell average)"                                unit="m"        /> 
    90          <field id="icethic_cea"  long_name="Ice thickness (cell average)"                                 unit="m"        /> 
    91          <field id="iceprod_cea"  long_name="Ice production (cell average)"                                unit="m/s"      /> 
    92           
    93          <field id="ice_pres"     long_name="Ice presence"                                                 unit="-"        /> 
    94          <field id="ist_cea"      long_name="Ice surface temperature (cell average)"                       unit="degC"     /> 
    95          <field id="ist_ipa"      long_name="Ice surface temperature (ice presence average)"               unit="degC"     />       
    96          <field id="uice_ipa"     long_name="Ice velocity along i-axis at I-point (ice presence average)"  unit="m/s"      />       
    97          <field id="vice_ipa"     long_name="Ice velocity along j-axis at I-point (ice presence average)"  unit="m/s"      />       
    98           
    99          <field id="utau_ice"     long_name="Wind stress along i-axis over the ice at i-point"             unit="N/m2"     /> 
    100          <field id="vtau_ice"     long_name="Wind stress along j-axis over the ice at i-point"             unit="N/m2"     /> 
    101           
    102          <field id="u_imasstr"    long_name="Sea-ice mass transport along i-axis"                          unit="kg/s"     /> 
    103          <field id="v_imasstr"    long_name="Sea-ice mass transport along j-axis"                          unit="kg/s"     /> 
    104          <field id="emp_x_sst"    long_name="Concentration/Dilution term on SST"                           unit="kgC/m2/s" /> 
    105          <field id="emp_x_sss"    long_name="Concentration/Dilution term on SSS"                         unit="kgPSU/m2/s" /> 
    106166 
    107167         <!-- available key_coupled --> 
     
    130190         <field id="ticemel_cea"      long_name="Rate of Melt at Upper Surface of Sea Ice (cell average)"     unit="kg/m2/s"  /> 
    131191 
     192         <!-- ice fields --> 
     193 
     194         <field id="ice_cover"    long_name="Ice fraction"                                                 unit="1"        /> 
     195 
     196         <field id="ioceflxb"     long_name="Oceanic flux at the ice base"                                 unit="W/m2"     /> 
     197         <field id="qsr_ai_cea"   long_name="Air-Ice downward solar heat flux (cell average)"              unit="W/m2"     /> 
     198         <field id="qns_ai_cea"   long_name="Air-Ice downward non-solar heat flux (cell average)"          unit="W/m2"     /> 
     199         <field id="qla_ai_cea"   long_name="Air-Ice downward Latent heat flux (cell average)"             unit="W/m2"     /> 
     200          
     201         <field id="qsr_io_cea"   long_name="Ice-Oce downward solar heat flux (cell average)"              unit="W/m2"     /> 
     202         <field id="qns_io_cea"   long_name="Ice-Oce downward non-solar heat flux (cell average)"          unit="W/m2"     /> 
     203          
     204         <field id="snowthic_cea" long_name="Snow thickness (cell average)"                                unit="m"        /> 
     205         <field id="icethic_cea"  long_name="Ice thickness (cell average)"                                 unit="m"        /> 
     206         <field id="iceprod_cea"  long_name="Ice production (cell average)"                                unit="m/s"      /> 
     207          
     208         <field id="ice_pres"     long_name="Ice presence"                                                 unit="-"        /> 
     209         <field id="ist_cea"      long_name="Ice surface temperature (cell average)"                       unit="degC"     /> 
     210         <field id="ist_ipa"      long_name="Ice surface temperature (ice presence average)"               unit="degC"     />       
     211         <field id="uice_ipa"     long_name="Ice velocity along i-axis at I-point (ice presence average)"  unit="m/s"      />       
     212         <field id="vice_ipa"     long_name="Ice velocity along j-axis at I-point (ice presence average)"  unit="m/s"      />       
     213          
     214         <field id="utau_ice"     long_name="Wind stress along i-axis over the ice at i-point"             unit="N/m2"     /> 
     215         <field id="vtau_ice"     long_name="Wind stress along j-axis over the ice at i-point"             unit="N/m2"     /> 
     216          
     217         <field id="u_imasstr"    long_name="Sea-ice mass transport along i-axis"                          unit="kg/s"     /> 
     218         <field id="v_imasstr"    long_name="Sea-ice mass transport along j-axis"                          unit="kg/s"     /> 
     219         <field id="emp_x_sst"    long_name="Concentration/Dilution term on SST"                           unit="kgC/m2/s" /> 
     220         <field id="emp_x_sss"    long_name="Concentration/Dilution term on SSS"                         unit="kgPSU/m2/s" />         
     221          
     222          
     223         <field id="iceconc"      long_name="ice concentration"                                            unit="%"        /> 
     224         <field id="icebopr"      long_name="daily bottom thermo ice prod."                                unit="km3/day"   /> 
     225         <field id="icedypr"      long_name="daily  dynamic ice prod."                                     unit="km3/day"   /> 
     226         <field id="ioceflxb"     long_name="Oceanic flux at the ice base"                                 unit="W/m2"     /> 
     227         <field id="uice_ipa"     long_name="Ice velocity along i-axis at I-point (ice presence average)"  unit="m/s"      /> 
     228         <field id="vice_ipa"     long_name="Ice velocity along j-axis at I-point (ice presence average)"  unit="m/s"      /> 
     229         <field id="isst"         long_name="sea surface temperature"                                      unit="degC"     /> 
     230         <field id="isss"         long_name="sea surface salinity"                                         unit="psu"      />  
     231         <field id="qt_oce"       long_name="total flux at ocean surface"                                  unit="W/m2"     /> 
     232         <field id="qsr_oce"      long_name="solar heat flux at ocean surface"                             unit="W/m2"     /> 
     233         <field id="qns_oce"      long_name="non-solar heat flux at ocean surface"                         unit="W/m2"     /> 
     234         <field id="hfbri"        long_name="heat flux due to brine release"                               unit="W/m2"     /> 
     235         <field id="utau_ice"     long_name="Wind stress along i-axis over the ice at i-point"             unit="N/m2"     /> 
     236         <field id="vtau_ice"     long_name="Wind stress along j-axis over the ice at i-point"             unit="N/m2"     /> 
     237         <field id="qsr_io"       long_name="Ice-Oce downward solar heat flux"                             unit="W/m2"     /> 
     238         <field id="qns_io"       long_name="Ice-Oce downward non-solar heat flux"                         unit="W/m2"     /> 
     239         <field id="micesalt"     long_name="Mean ice salinity"                                            unit="psu"      /> 
     240         <field id="miceage"      long_name="Mean ice age"                                                 unit="years"    /> 
     241         <field id="icelapr"      long_name="daily lateral thermo ice prod."                               unit="km3/day"   /> 
     242         <field id="icesipr"      long_name="daily snowice ice prod."                                      unit="km3/day"   /> 
     243         <field id="micet"        long_name="Mean ice temperature"                                         unit="degC"     /> 
     244         <field id="icehc"        long_name="ice total heat content"                                       unit="10^9 J"   />  
     245         <field id="isnowhc"      long_name="snow total heat content"                                      unit="10^9J"    /> 
     246         <field id="icest"        long_name="ice surface temperature"                                      unit="degC"     /> 
     247         <field id="sfxbri"       long_name="brine salt flux"                                              unit="psu*kg/m2/day" /> 
     248         <field id="sfxthd"       long_name="equivalent FW salt flux"                                      unit="psu*kg/m2/day" /> 
     249         <field id="ibrinv"       long_name="brine volume"                                                 unit="%"        /> 
     250         <field id="icecolf"      long_name="frazil ice collection thickness"                              unit="m"        /> 
     251         <field id="icestr"       long_name="ice strength"                                                 unit="N/m"      /> 
     252         <field id="icevel"       long_name="ice velocity"                                                 unit="m/s"      /> 
     253         <field id="isume"        long_name="surface melt"                                                 unit="km3/day"   /> 
     254         <field id="ibome"        long_name="bottom melt"                                                  unit="km3/day"   /> 
     255         <field id="idive"        long_name="divergence"                                                   unit="10-8s-1"  /> 
     256         <field id="ishear"       long_name="shear"                                                        unit="10-8s-1"  /> 
     257         <field id="icerepr"      long_name="daily resultant ice prod./melting from limupdate"             unit="km3/day"   /> 
     258         <field id="icevolu"      long_name="ice volume"                                                   unit="km3"      /> 
     259         <field id="snowvol"      long_name="snow volume"                                                  unit="km3"      /> 
     260         <field id="sfxmec"       long_name="salt flux from ridging rafting"                               unit="psu*kg/m2/day" /> 
     261         <field id="sfxres"       long_name="salt flux from lipupdate (resultant)"                         unit="psu*kg/m2/day" /> 
     262         <field id="icetrp"       long_name="ice volume transport"                                         unit="km3/day"   /> 
     263 
     264 
    132265      </field_group> 
    133266 
     
    139272         <field id="uoce"         long_name="ocean current along i-axis"                  unit="m/s"  grid_ref="grid_U_3D" /> 
    140273         <field id="uocetr_eff"   long_name="Effective ocean transport along i-axis"      unit="m3/s" grid_ref="grid_U_3D" /> 
     274         <field id="uocet"        long_name="ocean transport along i-axis times temperature" unit="degC.m/s" grid_ref="grid_U_3D" /> 
     275         <field id="uoces"        long_name="ocean transport along i-axis times salinity"    unit="psu.m/s"  grid_ref="grid_U_3D" /> 
     276         <!-- variables available with MLE --> 
     277         <field id="psiu_mle"     long_name="MLE streamfunction along i-axis"             unit="m3/s"  grid_ref="grid_U_3D"  /> 
    141278         <!-- uoce_eiv: available with key_traldf_eiv and key_diaeiv --> 
    142279         <field id="uoce_eiv"     long_name="EIV ocean current along i-axis"              unit="m/s"  grid_ref="grid_U_3D" /> 
     
    158295         <field id="voce"         long_name="ocean current along j-axis"                  unit="m/s"  grid_ref="grid_V_3D" /> 
    159296         <field id="vocetr_eff"   long_name="Effective ocean transport along j-axis"      unit="m3/s" grid_ref="grid_V_3D" /> 
     297         <field id="vocet"        long_name="ocean transport along j-axis times temperature" unit="degC.m/s" grid_ref="grid_V_3D" /> 
     298         <field id="voces"        long_name="ocean transport along j-axis times salinity"    unit="psu.m/s"  grid_ref="grid_V_3D" /> 
     299         <!-- variables available with MLE --> 
     300         <field id="psiv_mle"     long_name="MLE streamfunction along j-axis"             unit="m3/s"  grid_ref="grid_V_3D"  /> 
    160301         <!-- voce_eiv: available with key_traldf_eiv and key_diaeiv --> 
    161302         <field id="voce_eiv"     long_name="EIV ocean current along j-axis"              unit="m/s"  grid_ref="grid_V_3D" /> 
     
    207348         <field id="saltot"     long_name="global mean salinity"                       unit="psu"  /> 
    208349         <field id="fram_trans" long_name="Sea Ice Mass Transport Through Fram Strait" unit="kg/s" /> 
     350         <!-- available with ln_diahsb --> 
     351         <field id="bgtemper"     long_name="global mean temperature"                  unit="degC"   /> 
     352         <field id="bgsaline"     long_name="global mean salinity"                     unit="psu"    /> 
     353         <field id="bgheatco"     long_name="global mean heat content"                 unit="10^9J"  /> 
     354         <field id="bgsaltco"     long_name="global mean salt content"                 unit="psu*m3" /> 
     355         <field id="bgvolssh"     long_name="global mean ssh volume"                   unit="km3"     /> 
     356         <field id="bgvoltot"     long_name="global mean volume"                       unit="km3"     /> 
     357         <field id="bgsshtot"     long_name="global mean ssh"                          unit="m"      /> 
     358         <field id="bgfrcvol"     long_name="global mean volume from forcing"          unit="km3"     /> 
     359         <field id="bgfrctem"     long_name="global mean heat content from forcing"    unit="10^9J"  /> 
     360         <field id="bgfrcsal"     long_name="global mean salt content from forcing"    unit="psu*km3" /> 
     361      </field_group> 
     362 
     363      <field_group id="SBC_scalar"  domain_ref="1point" > 
     364         <!-- available with ln_limdiahsb --> 
     365         <field id="ibgvoltot"    long_name="global mean ice volume"                   unit="km3"   /> 
     366         <field id="sbgvoltot"    long_name="global mean snow volume"                  unit="km3"   /> 
     367         <field id="ibgarea"      long_name="global mean ice area"                     unit="km2"   /> 
     368         <field id="ibgsaline"    long_name="global mean ice salinity"                 unit="psu"   /> 
     369         <field id="ibgtemper"    long_name="global mean ice temperature"              unit="degC"   /> 
     370         <field id="ibgheatco"    long_name="global mean ice heat content"             unit="10^9J"   /> 
     371         <field id="ibgsaltco"    long_name="global mean ice salt content"             unit="psu*km3"   /> 
     372         <field id="sbgheatco"    long_name="global mean snow heat content"            unit="10^9J"   /> 
     373         <field id="ibgfrcsfx"    long_name="global mean salt content from sfx"        unit="psu*km3"   /> 
     374         <field id="ibgfrcemp"    long_name="global mean volume from emp"              unit="km3"      /> 
     375         <field id="ibgsfx"       long_name="global mean emps"                         unit="psu*kg/m2/day"   /> 
     376         <field id="ibgemp"       long_name="global mean emp"                          unit="kg/m2/day"   /> 
     377         <field id="ibgsfxbri"    long_name="global mean ice sfx_bri"                  unit="psu*kg/m2/day"   /> 
     378         <field id="ibgsfxthd"    long_name="global mean ice sfx_thd"                  unit="psu*kg/m2/day"   /> 
     379         <field id="ibgsfxres"    long_name="global mean ice sfx_res"                  unit="psu*kg/m2/day"   /> 
     380         <field id="ibgsfxmec"    long_name="global mean ice fsalt_rpo"                unit="psu*kg/m2/day"   /> 
     381         <field id="ibggrpme"     long_name="global mean ice growth+melt volume"       unit="km3"      /> 
    209382      </field_group> 
    210383   
     
    218391        <field id="traj_dens"  long_name="floats density"     unit="kg/m3" /> 
    219392        <field id="traj_group" long_name="floats group"       unit="none"  /> 
     393      </field_group> 
     394 
     395      <!-- variables available with iceberg trajectories --> 
     396      <field_group id="icbvar" domain_ref="grid_T"  >  
     397        <field id="berg_melt"          long_name="icb melt rate of icebergs"                     unit="kg/m2/s"   /> 
     398        <field id="berg_buoy_melt"     long_name="icb buoyancy component of iceberg melt rate"   unit="kg/m2/s"   /> 
     399        <field id="berg_eros_melt"     long_name="icb erosion component of iceberg melt rate"    unit="kg/m2/s"   /> 
     400        <field id="berg_conv_melt"     long_name="icb convective component of iceberg melt rate" unit="kg/m2/s"   /> 
     401        <field id="berg_virtual_area"  long_name="icb virtual coverage by icebergs"              unit="m2"        /> 
     402        <field id="bits_src"           long_name="icb mass source of bergy bits"                 unit="kg/m2/s"   /> 
     403        <field id="bits_melt"          long_name="icb melt rate of bergy bits"                   unit="kg/m2/s"   /> 
     404        <field id="bits_mass"          long_name="icb bergy bit density field"                   unit="kg/m2"     /> 
     405        <field id="berg_mass"          long_name="icb iceberg density field"                     unit="kg/m2"     /> 
     406        <field id="calving"            long_name="icb calving mass input"                        unit="kg/s"      /> 
     407        <field id="berg_floating_melt" long_name="icb melt rate of icebergs + bits"              unit="kg/m2/s"   /> 
     408        <field id="berg_real_calving"  long_name="icb calving into iceberg class"                unit="kg/s"     axis_ref="icbcla" /> 
     409        <field id="berg_stored_ice"    long_name="icb accumulated ice mass by class"             unit="kg"       axis_ref="icbcla" /> 
    220410      </field_group> 
    221411 
     
    248438       <field id="NH4"      long_name="Ammonium Concentration"                   unit="mmol/m3" /> 
    249439 
     440       <!-- PISCES with Kriest parametisation : variables available with key_kriest --> 
     441       <field id="Num"      long_name="Number of organic particles"              unit="nbr" /> 
     442 
     443       <!-- PISCES light : variables available with key_pisces_reduced --> 
    250444       <field id="DET"      long_name="Detritus"                                 unit="mmol-N/m3" /> 
    251445       <field id="DOM"      long_name="Dissolved Organic Matter"                 unit="mmol-N/m3" /> 
    252446 
     447       <!-- CFC11 : variables available with key_cfc --> 
    253448       <field id="CFC11"    long_name="CFC-11 Concentration"                     unit="umol/L" /> 
     449       <!-- Bomb C14 : variables available with key_c14b --> 
    254450       <field id="C14B"     long_name="Bomb C14 Concentration"                   unit="ration" /> 
    255451     </field_group> 
    256452 
    257       <!-- diad on T grid : variables available with key_diatrc --> 
    258  
     453      <!-- PISCES additional diagnostics on T grid  --> 
    259454     <field_group id="diad_T" grid_ref="grid_T_2D"> 
    260455       <field id="PH"          long_name="PH"                                      unit="-"          grid_ref="grid_T_3D" /> 
     
    310505       <field id="Heup"        long_name="Euphotic layer depth"                    unit="m"                            /> 
    311506       <field id="Irondep"     long_name="Iron deposition from dust"               unit="mol/m2/s"                     /> 
    312        <field id="Ironsed"     long_name="Iron deposition from sediment"           unit="mol/m2/s"  grid_ref="grid_T_3D"  /> 
    313  
    314        <field id="FNO3PHY"  long_name="FNO3PHY"                             unit="-"  grid_ref="grid_T_3D" />  
    315        <field id="FNH4PHY"  long_name="FNH4PHY"                             unit="-"  grid_ref="grid_T_3D" />  
    316        <field id="FNH4NO3"  long_name="FNH4NO3"                             unit="-"  grid_ref="grid_T_3D" />  
    317        <field id="TNO3PHY"  long_name="TNO3PHY"                             unit="-"  />  
    318        <field id="TNH4PHY"  long_name="TNH4PHY"                             unit="-"  />  
    319        <field id="TPHYDOM"  long_name="TPHYDOM"                             unit="-"  />  
    320        <field id="TPHYNH4"  long_name="TPHYNH4"                             unit="-"  />  
    321        <field id="TPHYZOO"  long_name="TPHYZOO"                             unit="-"  />  
    322        <field id="TPHYDET"  long_name="TPHYDET"                             unit="-"  />  
    323        <field id="TDETZOO"  long_name="TDETZOO"                             unit="-"  />  
    324        <field id="TZOODET"  long_name="TZOODET"                             unit="-"  />  
    325        <field id="TZOOBOD"  long_name="TZOOBOD"                             unit="-"  />  
    326        <field id="TZOONH4"  long_name="TZOONH4"                             unit="-"  />  
    327        <field id="TZOODOM"  long_name="TZOODOM"                             unit="-"  />  
    328        <field id="TNH4NO3"  long_name="TNH4NO3"                             unit="-"  />  
    329        <field id="TDOMNH4"  long_name="TDOMNH4"                             unit="-"  />  
    330        <field id="TDETNH4"  long_name="TDETNH4"                             unit="-"  />  
    331        <field id="TPHYTOT"  long_name="TPHYTOT"                             unit="-"  />  
    332        <field id="TZOOTOT"  long_name="TZOOTOT"                             unit="-"  />  
    333        <field id="SEDPOC"   long_name="SEDPOC"                              unit="-"  />  
    334        <field id="TDETSED"  long_name="TDETSED"                             unit="-"  />  
    335  
    336        <field id="qtrCFC11"     long_name="Air-sea flux of CFC-11"                   unit="mol/m2/s"   /> 
    337        <field id="qintCFC11"    long_name="Cumulative air-sea flux of CFC-11"        unit="mol/m2"     /> 
    338        <field id="qtrC14b"      long_name="Air-sea flux of Bomb C14"                 unit="mol/m2/s"   /> 
    339        <field id="qintC14b"     long_name="Cumulative air-sea flux of Bomb C14"      unit="mol/m2"     /> 
    340        <field id="fdecay"       long_name="Radiactive decay of Bomb C14"             unit="mol/m3"  grid_ref="grid_T_3D"  /> 
     507       <field id="Ironsed"     long_name="Iron deposition from sediment"           unit="mol/m2/s"  grid_ref="grid_T_3D"/> 
     508 
     509       <!-- PISCES with Kriest parametisation : variables available with key_kriest --> 
     510       <field id="POCFlx"      long_name="Particulate organic C flux"              unit="mol/m2/s"   grid_ref="grid_T_3D" /> 
     511       <field id="NumFlx"      long_name="Particle number flux"                    unit="nbr/m2/s"   grid_ref="grid_T_3D" /> 
     512       <field id="SiFlx"       long_name="Biogenic Si flux"                        unit="mol/m2/s"   grid_ref="grid_T_3D" /> 
     513       <field id="CaCO3Flx"    long_name="CaCO3 flux"                              unit="mol/m2/s"   grid_ref="grid_T_3D" /> 
     514       <field id="xnum"        long_name="Number of particles in aggregats"        unit="-"          grid_ref="grid_T_3D" /> 
     515       <field id="W1"          long_name="sinking speed of mass flux"              unit="m2/s"       grid_ref="grid_T_3D" /> 
     516       <field id="W2"          long_name="sinking speed of number flux"            unit="m2/s"       grid_ref="grid_T_3D" /> 
     517 
     518       <!-- PISCES light : variables available with key_pisces_reduced --> 
     519       <field id="FNO3PHY"     long_name="FNO3PHY"                                 unit="-"          grid_ref="grid_T_3D" />  
     520       <field id="FNH4PHY"     long_name="FNH4PHY"                                 unit="-"          grid_ref="grid_T_3D" />  
     521       <field id="FNH4NO3"     long_name="FNH4NO3"                                 unit="-"          grid_ref="grid_T_3D" />  
     522       <field id="TNO3PHY"     long_name="TNO3PHY"                                 unit="-"  />  
     523       <field id="TNH4PHY"     long_name="TNH4PHY"                                 unit="-"  />  
     524       <field id="TPHYDOM"     long_name="TPHYDOM"                                 unit="-"  />  
     525       <field id="TPHYNH4"     long_name="TPHYNH4"                                 unit="-"  />  
     526       <field id="TPHYZOO"     long_name="TPHYZOO"                                 unit="-"  />  
     527       <field id="TPHYDET"     long_name="TPHYDET"                                 unit="-"  />  
     528       <field id="TDETZOO"     long_name="TDETZOO"                                 unit="-"  />  
     529       <field id="TZOODET"     long_name="TZOODET"                                 unit="-"  />  
     530       <field id="TZOOBOD"     long_name="TZOOBOD"                                 unit="-"  />  
     531       <field id="TZOONH4"     long_name="TZOONH4"                                 unit="-"  />  
     532       <field id="TZOODOM"     long_name="TZOODOM"                                 unit="-"  />  
     533       <field id="TNH4NO3"     long_name="TNH4NO3"                                 unit="-"  />  
     534       <field id="TDOMNH4"     long_name="TDOMNH4"                                 unit="-"  />  
     535       <field id="TDETNH4"     long_name="TDETNH4"                                 unit="-"  />  
     536       <field id="TPHYTOT"     long_name="TPHYTOT"                                 unit="-"  />  
     537       <field id="TZOOTOT"     long_name="TZOOTOT"                                 unit="-"  />  
     538       <field id="SEDPOC"      long_name="SEDPOC"                                  unit="-"  />  
     539       <field id="TDETSED"     long_name="TDETSED"                                 unit="-"  />  
     540 
     541       <!-- CFC11 : variables available with key_cfc --> 
     542       <field id="qtrCFC11"    long_name="Air-sea flux of CFC-11"                   unit="mol/m2/s"   /> 
     543       <field id="qintCFC11"   long_name="Cumulative air-sea flux of CFC-11"        unit="mol/m2"     /> 
     544       <!-- Bomb C14 : variables available with key_c14b --> 
     545       <field id="qtrC14b"     long_name="Air-sea flux of Bomb C14"                 unit="mol/m2/s"   /> 
     546       <field id="qintC14b"    long_name="Cumulative air-sea flux of Bomb C14"      unit="mol/m2"     /> 
     547       <field id="fdecay"      long_name="Radiactive decay of Bomb C14"             unit="mol/m3"  grid_ref="grid_T_3D"  /> 
    341548     </field_group> 
    342549 
  • CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/iodef.xml

    r2199 r2221  
    156156 
    157157        <file id="file11" name_suffix="_diad_T" description="additional pisces diagnostics" > 
    158           <field field_ref="PH"       /> 
     158         <field field_ref="PH"       /> 
    159159          <field field_ref="CO3"      /> 
    160160          <field field_ref="CO3sat"   /> 
     
    195195          <field field_ref="LDlight"  /> 
    196196          <field field_ref="pdust"    /> 
    197           <field field_ref="Fe2"      /> 
    198           <field field_ref="Fe3"      /> 
     197          <field field_ref="Fe3"     /> 
    199198          <field field_ref="FeL1"     /> 
    200           <field field_ref="FeL2"     /> 
    201           <field field_ref="FeP"      /> 
    202199          <field field_ref="TL1"      /> 
    203           <field field_ref="TL2"      /> 
    204200          <field field_ref="Sdenit"   /> 
    205201          <field field_ref="Totlig"   /> 
  • CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/namelist_ORCA2_cfg

    r2220 r2221  
    1616                           !    = 1 nn_date0 read in namelist ; nn_it000 : check consistancy between namelist and restart 
    1717                           !    = 2 nn_date0 read in restart  ; nn_it000 : check consistancy between namelist and restart 
     18   cn_ocerst_in  = "restartopa"   !  suffix of ocean restart name (input) 
     19   cn_ocerst_out = "restart"   !  suffix of ocean restart name (output) 
    1820   nn_istate   =       0   !  output the initial state (1) or not (0) 
    1921   nn_stock    =    5475   !  AUTO - frequency of creation of a restart file (modulo referenced to 1) 
     
    6365   ppkth2      =  999999.              ! 
    6466   ppacr2      =  999999.              ! 
     67/ 
     68!----------------------------------------------------------------------- 
     69&namsplit      !   time splitting parameters                            ("key_dynspg_ts") 
     70!----------------------------------------------------------------------- 
    6571/ 
    6672!----------------------------------------------------------------------- 
     
    261267/ 
    262268!----------------------------------------------------------------------- 
     269&namc1d        !   1D configuration options                             ("key_c1d") 
     270!----------------------------------------------------------------------- 
     271/ 
     272!----------------------------------------------------------------------- 
     273&namc1d_dyndmp !   U & V newtonian damping                              ("key_c1d") 
     274!----------------------------------------------------------------------- 
     275/ 
     276!----------------------------------------------------------------------- 
    263277&namptr       !   Poleward Transport Diagnostic 
    264278!----------------------------------------------------------------------- 
     
    272286/ 
    273287!----------------------------------------------------------------------- 
     288&nam_asminc   !   assimilation increments                               ('key_asminc') 
     289!----------------------------------------------------------------------- 
     290/ 
     291!----------------------------------------------------------------------- 
     292&namsbc_wave   ! External fields from wave model 
     293!----------------------------------------------------------------------- 
     294/ 
     295!----------------------------------------------------------------------- 
    274296&namhsb       !  Heat and salt budgets 
    275297!----------------------------------------------------------------------- 
  • CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/namelist_ORCA2_ref

    r2188 r2221  
    11!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    2 !! NEMO/OPA  :  1 - run manager      (namrun) 
     2!! NEMO/OPA  :  1 - run manager      (namrun, namcfg) 
    33!! namelists    2 - Domain           (namzgr, namzgr_sco, namdom, namtsd) 
    4 !!              3 - Surface boundary (namsbc, namsbc_ana, namsbc_flx, namsbc_clio, namsbc_core 
     4!!              3 - Surface boundary (namsbc, namsbc_ana, namsbc_flx, namsbc_clio, namsbc_core, namsbc_sas 
    55!!                                    namsbc_cpl, namtra_qsr, namsbc_rnf, 
    66!!                                    namsbc_apr, namsbc_ssr, namsbc_alb) 
     
    1111!!              8 - Verical physics  (namzdf, namzdf_ric, namzdf_tke, namzdf_kpp, namzdf_ddm, namzdf_tmx) 
    1212!!              9 - diagnostics      (namnc4, namtrd, namspr, namflo, namptr, namhsb) 
    13 !!             10 - miscellaneous    (namsol, nammpp, nammpp_dyndist, namctl) 
     13!!             10 - miscellaneous    (namsol, nammpp, namctl) 
    1414!!             11 - Obs & Assim      (namobs, nam_asminc) 
    1515!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
     
    2525!----------------------------------------------------------------------- 
    2626   nn_no       =       0   !  job number (no more used...) 
    27    cn_exp      =  "ORCA2"  !  AUTO - experience name 
    28    nn_it000    =       1   !  AUTO - first time step 
    29    nn_itend    =    5475   !  AUTO - last  time step (std 5475) 
    30    nn_date0    =  010101   !  AUTO - date at nit_0000 (format yyyymmdd) used if ln_rstart=F or (ln_rstart=T and nn_rstctl=0 or 1) 
    31    nn_leapy    =       0   !  AUTO - Leap year calendar (1) or not (0) 
    32    ln_rstart   = .false.   !  AUTO - start from rest (F) or from a restart file (T) 
    33    nn_rstctl   =       0   !  AUTO - restart control => activated only if ln_rstart = T 
     27   cn_exp      =  "ORCA2"  !  experience name 
     28   nn_it000    =       1   !  first time step 
     29   nn_itend    =    5475   !  last  time step (std 5475) 
     30   nn_date0    =  010101   !  date at nit_0000 (format yyyymmdd) used if ln_rstart=F or (ln_rstart=T and nn_rstctl=0 or 1) 
     31   nn_leapy    =       0   !  Leap year calendar (1) or not (0) 
     32   ln_rstart   = .false.   !  start from rest (F) or from a restart file (T) 
     33   nn_euler    =       1   !  = 0 : start with forward time step if ln_rstart=.true. 
     34   nn_rstctl   =       0   !  restart control => activated only if ln_rstart = T 
    3435                           !    = 0 nn_date0 read in namelist ; nn_it000 : read in namelist 
    3536                           !    = 1 nn_date0 read in namelist ; nn_it000 : check consistancy between namelist and restart 
    3637                           !    = 2 nn_date0 read in restart  ; nn_it000 : check consistancy between namelist and restart 
    37    cn_ocerst_in  = "restartopa"   !  suffix of ocean restart name (input) 
     38   cn_ocerst_in  = "restart"   !  suffix of ocean restart name (input) 
    3839   cn_ocerst_out = "restart"   !  suffix of ocean restart name (output) 
    3940   nn_istate   =       0   !  output the initial state (1) or not (0) 
    40    nn_stock    =    5475   !  AUTO - frequency of creation of a restart file (modulo referenced to 1) 
    41    nn_write    =    5475   !  AUTO - frequency of write in the output file   (modulo referenced to nn_it000) 
     41   nn_stock    =    5475   !  frequency of creation of a restart file (modulo referenced to 1) 
     42   nn_write    =    5475   !  frequency of write in the output file   (modulo referenced to nn_it000) 
    4243   ln_dimgnnn  = .false.   !  DIMG file format: 1 file for all processors (F) or by processor (T) 
    43    ln_mskland  = .true.   !  mask land points in NetCDF outputs (costly: + ~15%) 
     44   ln_mskland  = .false.   !  mask land points in NetCDF outputs (costly: + ~15%) 
    4445   ln_clobber  = .false.   !  clobber (overwrite) an existing file 
    4546   nn_chunksz  =       0   !  chunksize (bytes) for NetCDF file (works only with iom_nf90 routines) 
    4647/ 
    47  
     48! 
     49!----------------------------------------------------------------------- 
     50&namcfg     !   default parameters of the configuration       
     51!----------------------------------------------------------------------- 
     52   cp_cfg      =  "default"            !  name of the configuration 
     53   cp_cfz      =         ''            !  name of the zoom of configuration 
     54   jp_cfg      =       0               !  resolution of the configuration 
     55   jpidta      =      10               !  1st lateral dimension ( >= jpi ) 
     56   jpjdta      =      12               !  2nd    "         "    ( >= jpj ) 
     57   jpkdta      =      31               !  number of levels      ( >= jpk ) 
     58   jpiglo      =      10               !  1st dimension of global domain --> i =jpidta 
     59   jpjglo      =      12               !  2nd    -                  -    --> j  =jpjdta 
     60   jpizoom     =       1               !  left bottom (i,j) indices of the zoom 
     61   jpjzoom     =       1               !  in data domain indices 
     62   jperio      =       0               !  lateral cond. type (between 0 and 6) 
     63                                       !  = 0 closed                 ;   = 1 cyclic East-West 
     64                                       !  = 2 equatorial symmetric   ;   = 3 North fold T-point pivot  
     65                                       !  = 4 cyclic East-West AND North fold T-point pivot 
     66                                       !  = 5 North fold F-point pivot 
     67                                       !  = 6 cyclic East-West AND North fold F-point pivot 
     68/ 
    4869!!====================================================================== 
    4970!!                      ***  Domain namelists  *** 
     
    91112!----------------------------------------------------------------------- 
    92113   nn_bathy    =    1      !  compute (=0) or read (=1) the bathymetry file 
    93    nn_closea    =   1      !  remove (=0) or keep (=1) closed seas and lakes (ORCA) 
    94    nn_msh      =    0      !  AUTO - create (=1) a mesh file or not (=0) 
     114   rn_bathy    =    0.     !  value of the bathymetry. if (=0) bottom flat at jpkm1 
     115   nn_closea   =    0      !  remove (=0) or keep (=1) closed seas and lakes (ORCA) 
     116   nn_msh      =    0      !  create (=1) a mesh file or not (=0) 
    95117   rn_hmin     =   -3.     !  min depth of the ocean (>0) or min number of ocean level (<0) 
    96118   rn_e3zps_min=   20.     !  partial step thickness is set larger than the minimum of 
     
    98120                           ! 
    99121   rn_rdt      = 5760.     !  time step for the dynamics (and tracer if nn_acc=0) 
    100    nn_baro     =   64      !  number of barotropic time step            ("key_dynspg_ts") 
    101122   rn_atfp     =    0.1    !  asselin time filter parameter 
    102123   nn_acc      =    0      !  acceleration of convergence : =1      used, rdt < rdttra(k) 
     
    105126   rn_rdtmax   = 28800.          !  maximum time step on tracers (used if nn_acc=1) 
    106127   rn_rdth     =  800.           !  depth variation of tracer time step  (used if nn_acc=1) 
     128   ln_crs      = .false.      !  Logical switch for coarsening module 
     129   jphgr_msh   =       0               !  type of horizontal mesh 
     130                                       !  = 0 curvilinear coordinate on the sphere read in coordinate.nc 
     131                                       !  = 1 geographical mesh on the sphere with regular grid-spacing 
     132                                       !  = 2 f-plane with regular grid-spacing 
     133                                       !  = 3 beta-plane with regular grid-spacing 
     134                                       !  = 4 Mercator grid with T/U point at the equator 
     135   ppglam0     =       0.0             !  longitude of first raw and column T-point (jphgr_msh = 1) 
     136   ppgphi0     =     -35.0             ! latitude  of first raw and column T-point (jphgr_msh = 1) 
     137   ppe1_deg    =       1.0             !  zonal      grid-spacing (degrees) 
     138   ppe2_deg    =       0.5             !  meridional grid-spacing (degrees) 
     139   ppe1_m      =    5000.0             !  zonal      grid-spacing (degrees) 
     140   ppe2_m      =    5000.0             !  meridional grid-spacing (degrees) 
     141   ppsur       =    -4762.96143546300  !  ORCA r4, r2 and r05 coefficients 
     142   ppa0        =      255.58049070440  ! (default coefficients) 
     143   ppa1        =      245.58132232490  ! 
     144   ppkth       =       21.43336197938  ! 
     145   ppacr       =        3.0            ! 
     146   ppdzmin     =       10.             !  Minimum vertical spacing 
     147   pphmax      =     5000.             !  Maximum depth 
     148   ldbletanh   =    .TRUE.             !  Use/do not use double tanf function for vertical coordinates 
     149   ppa2        =      100.760928500000 !  Double tanh function parameters 
     150   ppkth2      =       48.029893720000 ! 
     151   ppacr2      =       13.000000000000 ! 
     152/ 
     153!----------------------------------------------------------------------- 
     154&namsplit      !   time splitting parameters                            ("key_dynspg_ts") 
     155!----------------------------------------------------------------------- 
     156   ln_bt_fw      =    .TRUE.           !  Forward integration of barotropic equations 
     157   ln_bt_av      =    .TRUE.           !  Time filtering of barotropic variables 
     158   ln_bt_nn_auto =    .TRUE.           !  Set nn_baro automatically to be just below 
     159                                       !  a user defined maximum courant number (rn_bt_cmax) 
     160   nn_baro       =    30               !  Number of iterations of barotropic mode 
     161                                       !  during rn_rdt seconds. Only used if ln_bt_nn_auto=F 
     162   rn_bt_cmax    =    0.8              !  Maximum courant number allowed if ln_bt_nn_auto=T  
     163   nn_bt_flt     =    1                !  Time filter choice 
     164                                       !  = 0 None 
     165                                       !  = 1 Boxcar over   nn_baro barotropic steps 
     166                                       !  = 2 Boxcar over 2*nn_baro     "        "   
     167/ 
     168!----------------------------------------------------------------------- 
     169&namcrs        !   Grid coarsening for dynamics output and/or 
     170               !   passive tracer coarsened online simulations 
     171!----------------------------------------------------------------------- 
     172   nn_factx    = 3         !  Reduction factor of x-direction 
     173   nn_facty    = 3         !  Reduction factor of y-direction 
     174   nn_binref   = 0         !  Bin centering preference: NORTH or EQUAT 
     175                           !  0, coarse grid is binned with preferential treatment of the north fold 
     176                           !  1, coarse grid is binned with centering at the equator 
     177                           !    Symmetry with nn_facty being odd-numbered. Asymmetry with even-numbered nn_facty. 
     178   nn_msh_crs  = 1         !  create (=1) a mesh file or not (=0) 
     179   nn_crs_kz   = 0         ! 0, MEAN of volume boxes 
     180                           ! 1, MAX of boxes 
     181                           ! 2, MIN of boxes 
     182   ln_crs_wn   = .true.    ! wn coarsened (T) or computed using horizontal divergence ( F ) 
    107183/ 
    108184!----------------------------------------------------------------------- 
    109185&namtsd    !   data : Temperature  & Salinity 
    110186!----------------------------------------------------------------------- 
    111 !          ! file name ! frequency (hours)    ! variable ! time interp. ! clim  !'yearly' or ! weights  ! rotation ! 
    112 !          !           !  (if <0  months)     !   name   !  (logical)   ! (T/F) ! 'monthly'  ! filename ! pairing  ! 
    113    sn_tem  = 'data_1m_potential_temperature_nomask', -1,'votemper',  .true.  , .true., 'yearly'   , ' '      , ' ' 
    114    sn_sal  = 'data_1m_salinity_nomask'             , -1,'vosaline',  .true.  , .true., 'yearly'   , ''       , ' ' 
     187!----------------------------------------------------------------------- 
     188!          !  file name                            ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     189!          !                                       !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
     190   sn_tem  = 'data_1m_potential_temperature_nomask',         -1        ,'votemper' ,    .true.    , .true. , 'yearly'   , ''       ,   ''    ,    '' 
     191   sn_sal  = 'data_1m_salinity_nomask'             ,         -1        ,'vosaline' ,    .true.    , .true. , 'yearly'   , ''       ,   ''    ,    '' 
    115192   ! 
    116193   cn_dir        = './'     !  root directory for the location of the runoff files 
    117194   ln_tsd_init   = .true.   !  Initialisation of ocean T & S with T &S input data (T) or not (F) 
    118    ln_tsd_tradmp = .false.   !  damping of ocean T & S toward T &S input data (T) or not (F) 
     195   ln_tsd_tradmp = .true.   !  damping of ocean T & S toward T &S input data (T) or not (F) 
    119196/ 
    120197!!====================================================================== 
     
    128205!!   namsbc_mfs      MFS  bulk formulae formulation 
    129206!!   namsbc_cpl      CouPLed            formulation                     ("key_coupled") 
     207!!   namsbc_sas      StAndalone Surface module 
    130208!!   namtra_qsr      penetrative solar radiation 
    131209!!   namsbc_rnf      river runoffs 
     
    143221   ln_flx      = .false.   !  flux formulation                          (T => fill namsbc_flx ) 
    144222   ln_blk_clio = .false.   !  CLIO bulk formulation                     (T => fill namsbc_clio) 
    145    ln_blk_core = .false.   !  CORE bulk formulation                     (T => fill namsbc_core) 
     223   ln_blk_core = .true.    !  CORE bulk formulation                     (T => fill namsbc_core) 
    146224   ln_blk_mfs  = .false.   !  MFS bulk formulation                      (T => fill namsbc_mfs ) 
    147    ln_cpl      = .true.    !  Coupled formulation                       (T => fill namsbc_cpl ) 
     225   ln_cpl      = .false.   !  Coupled formulation                       (T => fill namsbc_cpl ) 
    148226   ln_apr_dyn  = .false.   !  Patm gradient added in ocean & ice Eqs.   (T => fill namsbc_apr ) 
    149227   nn_ice      = 2         !  =0 no ice boundary condition   , 
    150228                           !  =1 use observed ice-cover      , 
    151                            !  =2 ice-model used                         ("key_lim3" or "key_lim2") 
    152    cn_iceflx   = 'linear'  !  AUTO -  
    153                            !  ="ave"    - Average flux over all ice categories ("key_lim3") 
    154                            !  ="linear" - Linear repartition of fluxes over ice categories ("key_lim3") 
    155    nn_ice_embd = 0         !  AUTO -  
    156                            !  =0 levitating ice (no mass exchange, concentration/dilution effect) 
     229                           !  =2 ice-model used                         ("key_lim3" or "key_lim2) 
     230   nn_ice_embd = 1         !  =0 levitating ice (no mass exchange, concentration/dilution effect) 
    157231                           !  =1 levitating ice with mass and salt exchange but no presure effect 
    158232                           !  =2 embedded sea-ice (full salt and mass exchanges and pressure) 
    159233   ln_dm2dc    = .false.   !  daily mean to diurnal cycle on short wave 
    160    ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf) 
    161    ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr) 
    162    nn_fwb      = 0         !  FreshWater Budget: =0 unchecked 
     234   ln_rnf      = .true.    !  runoffs                                   (T => fill namsbc_rnf) 
     235   ln_ssr      = .true.    !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr) 
     236   nn_fwb      = 2         !  FreshWater Budget: =0 unchecked 
    163237                           !     =1 global mean of e-p-r set to zero at each time step 
    164238                           !     =2 annual global mean of e-p-r set to zero 
    165                            !     =3 global emp set to zero and spread out over erp area 
    166239   ln_wave = .false.       !  Activate coupling with wave (either Stokes Drift or Drag coefficient, or both)  (T => fill namsbc_wave) 
    167240   ln_cdgw = .false.       !  Neutral drag coefficient read from wave model (T => fill namsbc_wave) 
    168241   ln_sdw  = .false.       !  Computation of 3D stokes drift                (T => fill namsbc_wave) 
     242   cn_iceflx = 'linear'    !  redistribution of solar input into ice categories during coupling ice/atm. 
    169243/ 
    170244!----------------------------------------------------------------------- 
     
    181255&namsbc_flx    !   surface boundary condition : flux formulation 
    182256!----------------------------------------------------------------------- 
    183 !              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! 
    184 !              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! 
    185    sn_utau     = 'utau'      ,        24         , 'utau'    , .false.      , .false., 'yearly'  , ''       , '' 
    186    sn_vtau     = 'vtau'      ,        24         , 'vtau'    , .false.      , .false., 'yearly'  , ''       , '' 
    187    sn_qtot     = 'qtot'      ,        24         , 'qtot'    , .false.      , .false., 'yearly'  , ''       , '' 
    188    sn_qsr      = 'qsr'       ,        24         , 'qsr'     , .false.      , .false., 'yearly'  , ''       , '' 
    189    sn_emp      = 'emp'       ,        24         , 'emp'     , .false.      , .false., 'yearly'  , ''       , '' 
     257!              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask !  
     258!              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
     259   sn_utau     = 'utau'      ,        24         , 'utau'    , .false.      , .false., 'yearly'  , ''       , ''       , '' 
     260   sn_vtau     = 'vtau'      ,        24         , 'vtau'    , .false.      , .false., 'yearly'  , ''       , ''       , '' 
     261   sn_qtot     = 'qtot'      ,        24         , 'qtot'    , .false.      , .false., 'yearly'  , ''       , ''       , '' 
     262   sn_qsr      = 'qsr'       ,        24         , 'qsr'     , .false.      , .false., 'yearly'  , ''       , ''       , '' 
     263   sn_emp      = 'emp'       ,        24         , 'emp'     , .false.      , .false., 'yearly'  , ''       , ''       , '' 
    190264 
    191265   cn_dir      = './'      !  root directory for the location of the flux files 
     
    194268&namsbc_clio   !   namsbc_clio  CLIO bulk formulae 
    195269!----------------------------------------------------------------------- 
    196 !              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! 
    197 !              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! 
    198    sn_utau     = 'taux_1m'   ,       -1          , 'sozotaux',   .true.     , .true. , 'yearly'  , ''       , '' 
    199    sn_vtau     = 'tauy_1m'   ,       -1          , 'sometauy',   .true.     , .true. , 'yearly'  , ''       , '' 
    200    sn_wndm     = 'flx'       ,       -1          , 'socliowi',   .true.     , .true. , 'yearly'  , ''       , '' 
    201    sn_tair     = 'flx'       ,       -1          , 'socliot2',   .true.     , .true. , 'yearly'  , ''       , '' 
    202    sn_humi     = 'flx'       ,       -1          , 'socliohu',   .true.     , .true. , 'yearly'  , ''       , '' 
    203    sn_ccov     = 'flx'       ,       -1          , 'socliocl',   .false.    , .true. , 'yearly'  , ''       , '' 
    204    sn_prec     = 'flx'       ,       -1          , 'socliopl',   .false.    , .true. , 'yearly'  , ''       , '' 
     270!              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     271!              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
     272   sn_utau     = 'taux_1m'   ,       -1          , 'sozotaux',   .true.     , .true. , 'yearly'  , ''       , ''       , '' 
     273   sn_vtau     = 'tauy_1m'   ,       -1          , 'sometauy',   .true.     , .true. , 'yearly'  , ''       , ''       , '' 
     274   sn_wndm     = 'flx'       ,       -1          , 'socliowi',   .true.     , .true. , 'yearly'  , ''       , ''       , '' 
     275   sn_tair     = 'flx'       ,       -1          , 'socliot2',   .true.     , .true. , 'yearly'  , ''       , ''       , '' 
     276   sn_humi     = 'flx'       ,       -1          , 'socliohu',   .true.     , .true. , 'yearly'  , ''       , ''       , '' 
     277   sn_ccov     = 'flx'       ,       -1          , 'socliocl',   .false.    , .true. , 'yearly'  , ''       , ''       , '' 
     278   sn_prec     = 'flx'       ,       -1          , 'socliopl',   .false.    , .true. , 'yearly'  , ''       , ''       , '' 
    205279 
    206280   cn_dir      = './'      !  root directory for the location of the bulk files are 
     
    209283&namsbc_core   !   namsbc_core  CORE bulk formulae 
    210284!----------------------------------------------------------------------- 
    211 !              !  file name                    ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! 
    212 !              !                               !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! 
    213    sn_wndi     = 'u_10.15JUNE2009_orca2'       ,         6         , 'U_10_MOD',   .false.    , .true. , 'yearly'  , ''       , 'Uwnd' 
    214    sn_wndj     = 'v_10.15JUNE2009_orca2'       ,         6         , 'V_10_MOD',   .false.    , .true. , 'yearly'  , ''       , 'Vwnd' 
    215    sn_qsr      = 'ncar_rad.15JUNE2009_orca2'   ,        24         , 'SWDN_MOD',   .false.    , .true. , 'yearly'  , ''       , '' 
    216    sn_qlw      = 'ncar_rad.15JUNE2009_orca2'   ,        24         , 'LWDN_MOD',   .false.    , .true. , 'yearly'  , ''       , '' 
    217    sn_tair     = 't_10.15JUNE2009_orca2'       ,         6         , 'T_10_MOD',   .false.    , .true. , 'yearly'  , ''       , '' 
    218    sn_humi     = 'q_10.15JUNE2009_orca2'       ,         6         , 'Q_10_MOD',   .false.    , .true. , 'yearly'  , ''       , '' 
    219    sn_prec     = 'ncar_precip.15JUNE2009_orca2',        -1         , 'PRC_MOD1',   .false.    , .true. , 'yearly'  , ''       , '' 
    220    sn_snow     = 'ncar_precip.15JUNE2009_orca2',        -1         , 'SNOW'    ,   .false.    , .true. , 'yearly'  , ''       , '' 
    221    sn_tdif     = 'taudif_core'                 ,        24         , 'taudif'  ,   .false.    , .true. , 'yearly'  , ''       , '' 
     285!              !  file name                    ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights                               ! rotation ! land/sea mask ! 
     286!              !                               !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename                              ! pairing  ! filename      ! 
     287   sn_wndi     = 'u_10.15JUNE2009_fill'        ,         6         , 'U_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bicubic_noc.nc'   , 'Uwnd'   , '' 
     288   sn_wndj     = 'v_10.15JUNE2009_fill'        ,         6         , 'V_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bicubic_noc.nc'   , 'Vwnd'   , '' 
     289   sn_qsr      = 'ncar_rad.15JUNE2009_fill'    ,        24         , 'SWDN_MOD',   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc'  , ''       , '' 
     290   sn_qlw      = 'ncar_rad.15JUNE2009_fill'    ,        24         , 'LWDN_MOD',   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc'  , ''       , '' 
     291   sn_tair     = 't_10.15JUNE2009_fill'        ,         6         , 'T_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc'  , ''       , '' 
     292   sn_humi     = 'q_10.15JUNE2009_fill'        ,         6         , 'Q_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc'  , ''       , '' 
     293   sn_prec     = 'ncar_precip.15JUNE2009_fill' ,        -1         , 'PRC_MOD1',   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc'  , ''       , '' 
     294   sn_snow     = 'ncar_precip.15JUNE2009_fill' ,        -1         , 'SNOW'    ,   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc'  , ''       , '' 
     295   sn_tdif     = 'taudif_core'                 ,        24         , 'taudif'  ,   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc'  , ''       , '' 
    222296 
    223297   cn_dir      = './'      !  root directory for the location of the bulk files 
    224298   ln_2m       = .false.   !  air temperature and humidity referenced at 2m (T) instead 10m (F) 
    225299   ln_taudif   = .false.   !  HF tau contribution: use "mean of stress module - module of the mean stress" data 
     300   ln_bulk2z   = .false.   !  Air temperature/humidity and wind vectors are referenced at heights rn_zqt and rn_zu 
     301   rn_zqt      = 3.        !  Air temperature and humidity reference height (m) (ln_bulk2z) 
     302   rn_zu       = 4.        !  Wind vector reference height (m)                  (ln_bulk2z) 
    226303   rn_pfac     = 1.        !  multiplicative factor for precipitation (total & snow) 
     304   rn_efac     = 1.        !  multiplicative factor for evaporation (0. or 1.) 
     305   rn_vfac     = 0.        !  multiplicative factor for ocean/ice velocity  
     306                           !  in the calculation of the wind stress (0.=absolute winds or 1.=relative winds) 
    227307/ 
    228308!----------------------------------------------------------------------- 
    229309&namsbc_mfs   !   namsbc_mfs  MFS bulk formulae 
    230310!----------------------------------------------------------------------- 
    231 !              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! 
    232 !              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! 
    233    sn_wndi     =   'ecmwf'   ,        6          , 'u10'     ,    .true.    , .false. , 'daily'  ,'bicubic.nc' , '' 
    234    sn_wndj     =   'ecmwf'   ,        6          , 'v10'     ,    .true.    , .false. , 'daily'  ,'bicubic.nc' , '' 
    235    sn_clc      =   'ecmwf'   ,        6          , 'clc'     ,    .true.    , .false. , 'daily'  ,'bilinear.nc', '' 
    236    sn_msl      =   'ecmwf'   ,        6          , 'msl'     ,    .true.    , .false. , 'daily'  ,'bicubic.nc' , '' 
    237    sn_tair     =   'ecmwf'   ,        6          , 't2'      ,    .true.    , .false. , 'daily'  ,'bicubic.nc' , '' 
    238    sn_rhm      =   'ecmwf'   ,        6          , 'rh'      ,    .true.    , .false. , 'daily'  ,'bilinear.nc', '' 
    239    sn_prec     =   'ecmwf'   ,        6          , 'precip'  ,    .true.    , .true.  , 'daily'  ,'bicubic.nc' , '' 
     311!              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights     ! rotation ! land/sea mask ! 
     312!              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename    ! pairing  ! filename      ! 
     313   sn_wndi     =   'ecmwf'   ,        6          , 'u10'     ,    .true.    , .false. , 'daily'  ,'bicubic.nc' , ''       , '' 
     314   sn_wndj     =   'ecmwf'   ,        6          , 'v10'     ,    .true.    , .false. , 'daily'  ,'bicubic.nc' , ''       , '' 
     315   sn_clc      =   'ecmwf'   ,        6          , 'clc'     ,    .true.    , .false. , 'daily'  ,'bilinear.nc', ''       , '' 
     316   sn_msl      =   'ecmwf'   ,        6          , 'msl'     ,    .true.    , .false. , 'daily'  ,'bicubic.nc' , ''       , '' 
     317   sn_tair     =   'ecmwf'   ,        6          , 't2'      ,    .true.    , .false. , 'daily'  ,'bicubic.nc' , ''       , '' 
     318   sn_rhm      =   'ecmwf'   ,        6          , 'rh'      ,    .true.    , .false. , 'daily'  ,'bilinear.nc', ''       , '' 
     319   sn_prec     =   'ecmwf'   ,        6          , 'precip'  ,    .true.    , .true.  , 'daily'  ,'bicubic.nc' , ''       , '' 
    240320 
    241321   cn_dir      = './ECMWF/'      !  root directory for the location of the bulk files 
     
    249329sn_snd_temp   =       'weighted oce and ice' ,    'no'    ,     ''      ,         ''           ,   '' 
    250330sn_snd_alb    =       'weighted ice'         ,    'no'    ,     ''      ,         ''           ,   '' 
    251 sn_snd_thick  =       'none'                 ,    'no'    ,     ''      ,         ''           ,   '' 
    252 sn_snd_crt    =       'mixed oce-ice'        ,    'no'    , 'cartesian' , 'eastward-northward' ,  'T' 
     331sn_snd_thick  =       'none'                 ,    'no'   ,     ''      ,         ''           ,   '' 
     332sn_snd_crt    =       'none'                 ,    'no'    , 'spherical' , 'eastward-northward' ,  'T' 
    253333sn_snd_co2    =       'coupled'              ,    'no'    ,     ''      ,         ''           ,   '' 
    254334! receive 
    255 sn_rcv_w10m   =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   '' 
    256 sn_rcv_taumod =       'none'                 ,    'no'    ,     ''      ,         ''          ,   '' 
    257 sn_rcv_tau    =       'mixed oce-ice'        ,    'no'    , 'cartesian' , 'eastward-northward',  'U,V' 
     335sn_rcv_w10m   =       'none'                 ,    'no'    ,     ''      ,         ''          ,   '' 
     336sn_rcv_taumod =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   '' 
     337sn_rcv_tau    =       'oce only'             ,    'no'    , 'cartesian' , 'eastward-northward',  'U,V' 
    258338sn_rcv_dqnsdt =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   '' 
    259 sn_rcv_qsr    =       'conservative'         ,    'no'    ,     ''      ,         ''          ,   '' 
    260 sn_rcv_qns    =       'conservative'         ,    'no'    ,     ''      ,         ''          ,   '' 
     339sn_rcv_qsr    =       'oce and ice'          ,    'no'    ,     ''      ,         ''          ,   '' 
     340sn_rcv_qns    =       'oce and ice'          ,    'no'    ,     ''      ,         ''          ,   '' 
    261341sn_rcv_emp    =       'conservative'         ,    'no'    ,     ''      ,         ''          ,   '' 
    262342sn_rcv_rnf    =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   '' 
     
    265345/ 
    266346!----------------------------------------------------------------------- 
     347&namsbc_sas    !   analytical surface boundary condition 
     348!----------------------------------------------------------------------- 
     349!              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     350!              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
     351   sn_usp      = 'sas_grid_U' ,    120           , 'vozocrtx' ,  .true.    , .true. ,   'yearly'  , ''       , ''             , ''       
     352   sn_vsp      = 'sas_grid_V' ,    120           , 'vomecrty' ,  .true.    , .true. ,   'yearly'  , ''       , ''             , '' 
     353   sn_tem      = 'sas_grid_T' ,    120           , 'sosstsst' ,  .true.    , .true. ,   'yearly'  , ''       , ''             , '' 
     354   sn_sal      = 'sas_grid_T' ,    120           , 'sosaline' ,  .true.    , .true. ,   'yearly'  , ''       , ''             , '' 
     355   sn_ssh      = 'sas_grid_T' ,    120           , 'sossheig' ,  .true.    , .true. ,   'yearly'  , ''       , ''             , '' 
     356 
     357   ln_3d_uv    = .true.    !  specify whether we are supplying a 3D u,v field 
     358   cn_dir      = './'      !  root directory for the location of the bulk files are 
     359/ 
     360!----------------------------------------------------------------------- 
    267361&namtra_qsr    !   penetrative solar radiation 
    268362!----------------------------------------------------------------------- 
    269 !              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! 
    270 !              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! 
    271    sn_chl      ='chlorophyll',        -1         , 'CHLA'    ,   .true.     , .true. , 'yearly'  , ''       , '' 
     363!              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     364!              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
     365   sn_chl      ='chlorophyll',        -1         , 'CHLA'    ,   .true.     , .true. , 'yearly'  , ''       , ''       , '' 
    272366 
    273367   cn_dir      = './'      !  root directory for the location of the runoff files 
    274368   ln_traqsr   = .true.    !  Light penetration (T) or not (F) 
    275    ln_qsr_rgb  = .false.   !  RGB (Red-Green-Blue) light penetration 
     369   ln_qsr_rgb  = .true.    !  RGB (Red-Green-Blue) light penetration 
    276370   ln_qsr_2bd  = .false.   !  2 bands              light penetration 
    277    ln_qsr_bio  = .true.    !  bio-model light penetration 
    278    nn_chldta   =      0    !  RGB : Chl data (=1) or cst value (=0) 
     371   ln_qsr_bio  = .false.   !  bio-model light penetration 
     372   nn_chldta   =      1    !  RGB : Chl data (=1) or cst value (=0) 
    279373   rn_abs      =   0.58    !  RGB & 2 bands: fraction of light (rn_si1) 
    280374   rn_si0      =   0.35    !  RGB & 2 bands: shortess depth of extinction 
    281375   rn_si1      =   23.0    !  2 bands: longest depth of extinction 
     376   ln_qsr_ice  = .true.    !  light penetration for ice-model LIM3 
    282377/ 
    283378!----------------------------------------------------------------------- 
    284379&namsbc_rnf    !   runoffs namelist surface boundary condition 
    285380!----------------------------------------------------------------------- 
    286 !              !  file name           ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! 
    287 !              !                      !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! 
    288    sn_rnf      = 'runoff_core_monthly',        -1         , 'sorunoff',   .true.     , .true. , 'yearly'  , ''       , '' 
    289    sn_cnf      = 'runoff_core_monthly',         0         , 'socoefr0',   .false.    , .true. , 'yearly'  , ''       , '' 
    290    sn_s_rnf    = 'runoffs'            ,        24         , 'rosaline',   .true.     , .true. , 'yearly'  , ''       , '' 
    291    sn_t_rnf    = 'runoffs'            ,        24         , 'rotemper',   .true.     , .true. , 'yearly'  , ''       , '' 
    292    sn_dep_rnf  = 'runoffs'            ,         0         , 'rodepth' ,   .false.    , .true. , 'yearly'  , ''       , '' 
     381!              !  file name           ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     382!              !                      !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
     383   sn_rnf      = 'runoff_core_monthly',        -1         , 'sorunoff',   .true.     , .true. , 'yearly'  , ''       , ''       , '' 
     384   sn_cnf      = 'runoff_core_monthly',         0         , 'socoefr0',   .false.    , .true. , 'yearly'  , ''       , ''       , '' 
     385   sn_s_rnf    = 'runoffs'            ,        24         , 'rosaline',   .true.     , .true. , 'yearly'  , ''       , ''       , '' 
     386   sn_t_rnf    = 'runoffs'            ,        24         , 'rotemper',   .true.     , .true. , 'yearly'  , ''       , ''       , '' 
     387   sn_dep_rnf  = 'runoffs'            ,         0         , 'rodepth' ,   .false.    , .true. , 'yearly'  , ''       , ''       , '' 
    293388 
    294389   cn_dir       = './'      !  root directory for the location of the runoff files 
     
    305400&namsbc_apr    !   Atmospheric pressure used as ocean forcing or in bulk 
    306401!----------------------------------------------------------------------- 
    307 !              ! file name ! frequency (hours) ! variable ! time interpol. !  clim   ! 'yearly'/ ! weights  ! rotation ! 
    308 !              !           !  (if <0  months)  !   name   !    (logical)   !  (T/F)  ! 'monthly' ! filename ! pairing  ! 
    309    sn_apr      = 'patm'    ,         -1        ,'somslpre',    .true.      , .true.  , 'yearly'  ,  ''      ,  '' 
     402!              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     403!              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
     404   sn_apr      = 'patm'      ,         -1        ,'somslpre',    .true.     , .true. , 'yearly'  ,  ''      ,   ''     , '' 
    310405 
    311406   cn_dir      = './'       !  root directory for the location of the bulk files 
     
    317412&namsbc_ssr    !   surface boundary condition : sea surface restoring 
    318413!----------------------------------------------------------------------- 
    319 !              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! 
    320 !              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! 
    321    sn_sst      = 'sst_data'  ,        24         ,  'sst'    ,    .false.   , .false., 'yearly'  , ''       , '' 
    322    sn_sss      = 'sss_data'  ,        -1         ,  'sss'    ,    .true.    , .true. , 'yearly'  , ''       , '' 
     414!              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     415!              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
     416   sn_sst      = 'sst_data'  ,        24         ,  'sst'    ,    .false.   , .false., 'yearly'  , ''       , ''       , '' 
     417   sn_sss      = 'sss_data'  ,        -1         ,  'sss'    ,    .true.    , .true. , 'yearly'  , ''       , ''       , '' 
    323418 
    324419   cn_dir      = './'      !  root directory for the location of the runoff files 
     
    334429&namsbc_alb    !   albedo parameters 
    335430!----------------------------------------------------------------------- 
    336    rn_cloud    =    0.00   !  cloud correction to snow and ice albedo 
    337    rn_albice   =    0.5    !  albedo of melting ice in the arctic and antarctic 
     431   rn_cloud    =    0.06   !  cloud correction to snow and ice albedo 
     432   rn_albice   =    0.53   !  albedo of melting ice in the arctic and antarctic 
    338433   rn_alphd    =    0.80   !  coefficients for linear interpolation used to 
    339434   rn_alphc    =    0.65   !  compute albedo between two extremes values 
     
    368463      rn_speed_limit           = 0.                   ! CFL speed limit for a berg    
    369464 
    370                ! filename ! freq (hours) ! variable ! time interp. ! clim  !'yearly' or ! weights  ! rotation ! 
    371                !          ! (<0  months) !   name   !  (logical)   ! (T/F) ! 'monthly'  ! filename ! pairing  ! 
    372       sn_icb =  'calving' ,     -1       , 'calvingmask',  .true.      , .true., 'yearly'   , ' '      , ' ' 
     465!              ! file name ! frequency (hours) !   variable   ! time interp.   !  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     466!              !           !  (if <0  months)  !     name     !   (logical)    !  (T/F ) ! 'monthly' ! filename ! pairing  ! filename      ! 
     467      sn_icb =  'calving' ,       -1           , 'calvingmask',  .true.        , .true.  , 'yearly'  , ''       , ''       , '' 
    373468    
    374469      cn_dir = './'  
     
    431526!----------------------------------------------------------------------- 
    432527   ln_tide_pot   = .true.   !  use tidal potential forcing 
    433    nb_harmo      =    11    !  number of constituents used 
     528   ln_tide_ramp  = .false.  ! 
     529   rdttideramp   =    0.    ! 
    434530   clname(1)     =   'M2'   !  name of constituent 
    435531   clname(2)     =   'S2' 
     
    447543&nambdy        !  unstructured open boundaries                          ("key_bdy") 
    448544!----------------------------------------------------------------------- 
    449     nb_bdy = 1                            !  number of open boundary sets 
     545    nb_bdy         = 0                    !  number of open boundary sets 
    450546    ln_coords_file = .true.               !  =T : read bdy coordinates from file 
    451547    cn_coords_file = 'coordinates.bdy.nc' !  bdy coordinates files 
    452     ln_mask_file = .false.                !  =T : read mask from file 
    453     cn_mask_file = ''                     !  name of mask file (if ln_mask_file=.TRUE.) 
    454     nn_dyn2d      =  2                    !  boundary conditions for barotropic fields 
    455     nn_dyn2d_dta  =  3                    !  = 0, bdy data are equal to the initial state 
     548    ln_mask_file   = .false.              !  =T : read mask from file 
     549    cn_mask_file   = ''                   !  name of mask file (if ln_mask_file=.TRUE.) 
     550    cn_dyn2d       = 'none'               ! 
     551    nn_dyn2d_dta   =  0                   !  = 0, bdy data are equal to the initial state 
    456552                                          !  = 1, bdy data are read in 'bdydata   .nc' files 
    457553                                          !  = 2, use tidal harmonic forcing data from files 
    458554                                          !  = 3, use external data AND tidal harmonic forcing 
    459     nn_dyn3d      =  0                    !  boundary conditions for baroclinic velocities 
     555    cn_dyn3d      =  'none'               !   
    460556    nn_dyn3d_dta  =  0                    !  = 0, bdy data are equal to the initial state 
    461                            !  = 1, bdy data are read in 'bdydata   .nc' files 
    462     nn_tra        =  1                    !  boundary conditions for T and S 
    463     nn_tra_dta    =  1                    !  = 0, bdy data are equal to the initial state 
    464                            !  = 1, bdy data are read in 'bdydata   .nc' files 
    465     nn_rimwidth  = 10                      !  width of the relaxation zone 
    466     ln_vol     = .false.                  !  total volume correction (see nn_volctl parameter) 
    467     nn_volctl  = 1                        !  = 0, the total water flux across open boundaries is zero 
     557                                          !  = 1, bdy data are read in 'bdydata   .nc' files 
     558    cn_tra        =  'none'               !  
     559    nn_tra_dta    =  0                    !  = 0, bdy data are equal to the initial state 
     560                                          !  = 1, bdy data are read in 'bdydata   .nc' files 
     561    ln_tra_dmp    =.false.                !  open boudaries conditions for tracers 
     562    ln_dyn3d_dmp  =.false.                !  open boundary condition for baroclinic velocities 
     563    rn_time_dmp   =  1.                   ! Damping time scale in days  
     564    rn_time_dmp_out =  1.                 ! Outflow damping time scale 
     565    nn_rimwidth   = 10                    !  width of the relaxation zone 
     566    ln_vol        = .false.               !  total volume correction (see nn_volctl parameter) 
     567    nn_volctl     = 1                     !  = 0, the total water flux across open boundaries is zero 
    468568/ 
    469569!----------------------------------------------------------------------- 
    470570&nambdy_dta      !  open boundaries - external data           ("key_bdy") 
    471571!----------------------------------------------------------------------- 
    472 !              !   file name    ! frequency (hours) !  variable  ! time interpol. !  clim   ! 'yearly'/ ! weights  ! rotation ! 
    473 !              !                !  (if <0  months)  !    name    !    (logical)   !  (T/F)  ! 'monthly' ! filename ! pairing  ! 
    474    bn_ssh =     'amm12_bdyT_u2d' ,         24        , 'sossheig' ,     .true.     , .false. ,  'daily'  ,    ''    ,   '' 
    475    bn_u2d =     'amm12_bdyU_u2d' ,         24        , 'vobtcrtx' ,     .true.     , .false. ,  'daily'  ,    ''    ,   '' 
    476    bn_v2d =     'amm12_bdyV_u2d' ,         24        , 'vobtcrty' ,     .true.     , .false. ,  'daily'  ,    ''    ,   '' 
    477    bn_u3d  =    'amm12_bdyU_u3d' ,         24        , 'vozocrtx' ,     .true.     , .false. ,  'daily'  ,    ''    ,   '' 
    478    bn_v3d  =    'amm12_bdyV_u3d' ,         24        , 'vomecrty' ,     .true.     , .false. ,  'daily'  ,    ''    ,   '' 
    479    bn_tem  =    'amm12_bdyT_tra' ,         24        , 'votemper' ,     .true.     , .false. ,  'daily'  ,    ''    ,   '' 
    480    bn_sal  =    'amm12_bdyT_tra' ,         24        , 'vosaline' ,     .true.     , .false. ,  'daily'  ,    ''    ,   '' 
     572!              !  file name      ! frequency (hours) ! variable   ! time interp.   !  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     573!              !                 !  (if <0  months)  !   name     !   (logical)    !  (T/F ) ! 'monthly' ! filename ! pairing  ! filename      ! 
     574   bn_ssh =     'amm12_bdyT_u2d' ,         24        , 'sossheig' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''     , '' 
     575   bn_u2d =     'amm12_bdyU_u2d' ,         24        , 'vobtcrtx' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''     , '' 
     576   bn_v2d =     'amm12_bdyV_u2d' ,         24        , 'vobtcrty' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''     , '' 
     577   bn_u3d  =    'amm12_bdyU_u3d' ,         24        , 'vozocrtx' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''     , '' 
     578   bn_v3d  =    'amm12_bdyV_u3d' ,         24        , 'vomecrty' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''     , '' 
     579   bn_tem  =    'amm12_bdyT_tra' ,         24        , 'votemper' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''     , '' 
     580   bn_sal  =    'amm12_bdyT_tra' ,         24        , 'vosaline' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''     , '' 
    481581   cn_dir  =    'bdydta/' 
    482582   ln_full_vel = .false. 
     
    485585&nambdy_tide     ! tidal forcing at open boundaries 
    486586!----------------------------------------------------------------------- 
    487    filtide      = 'bdydta/amm12_bdytide_'         !  file name root of tidal forcing files 
    488     tide_cpt(1)   ='Q1'  !  names of tidal components used 
    489     tide_cpt(2)   ='O1'  !  names of tidal components used 
    490     tide_cpt(3)   ='P1'  !  names of tidal components used 
    491     tide_cpt(4)   ='S1'  !  names of tidal components used 
    492     tide_cpt(5)   ='K1'  !  names of tidal components used 
    493     tide_cpt(6)   ='2N2' !  names of tidal components used 
    494     tide_cpt(7)   ='MU2' !  names of tidal components used 
    495     tide_cpt(8)   ='N2'  !  names of tidal components used 
    496     tide_cpt(9)   ='NU2' !  names of tidal components used 
    497     tide_cpt(10)   ='M2'  !  names of tidal components used 
    498     tide_cpt(11)   ='L2'  !  names of tidal components used 
    499     tide_cpt(12)   ='T2'  !  names of tidal components used 
    500     tide_cpt(13)   ='S2'  !  names of tidal components used 
    501     tide_cpt(14)   ='K2'  !  names of tidal components used 
    502     tide_cpt(15)   ='M4'  !  names of tidal components used 
    503     tide_speed(1)   = 13.398661 !  phase speeds of tidal components (deg/hour) 
    504     tide_speed(2)   = 13.943036 !  phase speeds of tidal components (deg/hour) 
    505     tide_speed(3)   = 14.958932 !  phase speeds of tidal components (deg/hour) 
    506     tide_speed(4)   = 15.000001 !  phase speeds of tidal components (deg/hour) 
    507     tide_speed(5)   = 15.041069 !  phase speeds of tidal components (deg/hour) 
    508     tide_speed(6)   = 27.895355 !  phase speeds of tidal components (deg/hour) 
    509     tide_speed(7)   = 27.968210 !  phase speeds of tidal components (deg/hour) 
    510     tide_speed(8)   = 28.439730 !  phase speeds of tidal components (deg/hour) 
    511     tide_speed(9)   = 28.512585 !  phase speeds of tidal components (deg/hour) 
    512     tide_speed(10)   = 28.984106 !  phase speeds of tidal components (deg/hour) 
    513     tide_speed(11)   = 29.528479 !  phase speeds of tidal components (deg/hour) 
    514     tide_speed(12)   = 29.958935 !  phase speeds of tidal components (deg/hour) 
    515     tide_speed(13)   = 30.000002 !  phase speeds of tidal components (deg/hour) 
    516     tide_speed(14)   = 30.082138 !  phase speeds of tidal components (deg/hour) 
    517     tide_speed(15)   = 57.968212 !  phase speeds of tidal components (deg/hour) 
    518     ln_tide_date = .true.               !  adjust tidal harmonics for start date of run 
     587   filtide          = 'bdydta/amm12_bdytide_'         !  file name root of tidal forcing files 
     588   ln_bdytide_2ddta = .false. 
     589   ln_bdytide_conj  = .false. 
    519590/ 
    520591!!====================================================================== 
     
    532603                           !                              = 2 : nonlinear friction 
    533604   rn_bfri1    =    4.e-4  !  bottom drag coefficient (linear case) 
    534    rn_bfri2    =    1.e-3  !  bottom drag coefficient (non linear case) 
     605   rn_bfri2    =    1.e-3  !  bottom drag coefficient (non linear case). Minimum coeft if ln_loglayer=T 
     606   rn_bfri2_max =   1.e-1  !  max. bottom drag coefficient (non linear case and ln_loglayer=T) 
    535607   rn_bfeb2    =    2.5e-3 !  bottom turbulent kinetic energy background  (m2/s2) 
     608   rn_bfrz0    =    3.e-3  !  bottom roughness [m] if ln_loglayer=T  
     609   ln_loglayer = .false.   !  logarithmic formulation (non linear case) 
    536610   ln_bfr2d    = .false.   !  horizontal variation of the bottom friction coef (read a 2D mask file ) 
    537611   rn_bfrien   =    50.    !  local multiplying factor of bfr (ln_bfr2d=T) 
     
    552626   nn_bbl_ldf  =  1      !  diffusive bbl (=1)   or not (=0) 
    553627   nn_bbl_adv  =  0      !  advective bbl (=1/2) or not (=0) 
    554    rn_ahtbbl   =  10000.  !  lateral mixing coefficient in the bbl  [m2/s] 
     628   rn_ahtbbl   =  1000.  !  lateral mixing coefficient in the bbl  [m2/s] 
    555629   rn_gambbl   =  10.    !  advective bbl coefficient                 [s] 
    556630/ 
     
    585659   ln_traadv_qck    =  .false.  !  QUICKEST scheme 
    586660   ln_traadv_msc_ups=  .false.  !  use upstream scheme within muscl 
     661/ 
     662!----------------------------------------------------------------------- 
     663&namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) 
     664!----------------------------------------------------------------------- 
     665   ln_mle    = .true.      ! (T) use the Mixed Layer Eddy (MLE) parameterisation 
     666   rn_ce     = 0.06        ! magnitude of the MLE (typical value: 0.06 to 0.08) 
     667   nn_mle    = 1           ! MLE type: =0 standard Fox-Kemper ; =1 new formulation 
     668   rn_lf     = 5.e+3       ! typical scale of mixed layer front (meters)                      (case rn_mle=0) 
     669   rn_time   = 172800.     ! time scale for mixing momentum across the mixed layer (seconds)  (case rn_mle=0) 
     670   rn_lat    = 20.         ! reference latitude (degrees) of MLE coef.                        (case rn_mle=1) 
     671   nn_mld_uv = 0           ! space interpolation of MLD at u- & v-pts (0=min,1=averaged,2=max) 
     672   nn_conv   = 0           ! =1 no MLE in case of convection ; =0 always MLE 
     673   rn_rho_c_mle  = 0.01    ! delta rho criterion used to calculate MLD for FK 
    587674/ 
    588675!---------------------------------------------------------------------------------- 
     
    609696   rn_ahtb_0        =     0.    !  background eddy diffusivity for ldf_iso [m2/s] 
    610697   !                                           (normally=0; not used with Griffies) 
     698   rn_slpmax        =     0.01  !  slope limit 
     699   rn_chsmag        =     1.    !  multiplicative factor in Smagorinsky diffusivity 
     700   rn_smsh          =     1.    !  Smagorinsky diffusivity: = 0 - use only sheer 
     701   rn_aht_m         =  2000.    !  upper limit or stability criteria for lateral eddy diffusivity (m2/s) 
    611702/ 
    612703!----------------------------------------------------------------------- 
    613704&namtra_dmp    !   tracer: T & S newtonian damping 
    614705!----------------------------------------------------------------------- 
    615    ln_tradmp   =  .false.   !  add a damping termn (T) or not (F) 
     706   ln_tradmp   =  .true.   !  add a damping termn (T) or not (F) 
    616707   nn_hdmp     =   -1      !  horizontal shape =-1, damping in Med and Red Seas only 
    617708                           !                   =XX, damping poleward of XX degrees (XX>0) 
     
    642733   ln_dynadv_cen2= .false. !  flux form - 2nd order centered scheme 
    643734   ln_dynadv_ubs = .false. !  flux form - 3rd order UBS      scheme 
     735/ 
     736!----------------------------------------------------------------------- 
     737&nam_vvl    !   vertical coordinate options 
     738!----------------------------------------------------------------------- 
     739   ln_vvl_zstar  = .true.           !  zstar vertical coordinate                    
     740   ln_vvl_ztilde = .false.          !  ztilde vertical coordinate: only high frequency variations 
     741   ln_vvl_layer  = .false.          !  full layer vertical coordinate 
     742   ln_vvl_ztilde_as_zstar = .false. !  ztilde vertical coordinate emulating zstar 
     743   ln_vvl_zstar_at_eqtor = .false.  !  ztilde near the equator 
     744   rn_ahe3       = 0.0e0            !  thickness diffusion coefficient 
     745   rn_rst_e3t    = 30.e0            !  ztilde to zstar restoration timescale [days] 
     746   rn_lf_cutoff  = 5.0e0            !  cutoff frequency for low-pass filter  [days] 
     747   rn_zdef_max   = 0.9e0            !  maximum fractional e3t deformation 
     748   ln_vvl_dbg    = .true.           !  debug prints    (T/F) 
    644749/ 
    645750!----------------------------------------------------------------------- 
     
    683788   rn_ahmb_0        =     0.    !  background eddy viscosity for ldf_iso [m2/s] 
    684789   rn_ahm_0_blp     =     0.    !  horizontal bilaplacian eddy viscosity [m4/s] 
     790   rn_cmsmag_1      =     3.    !  constant in laplacian Smagorinsky viscosity 
     791   rn_cmsmag_2      =     3     !  constant in bilaplacian Smagorinsky viscosity 
     792   rn_cmsh          =     1.    !  1 or 0 , if 0 -use only shear for Smagorinsky viscosity 
     793   rn_ahm_m_blp     =    -1.e12 !  upper limit for bilap  abs(ahm) < min( dx^4/128rdt, rn_ahm_m_blp) 
     794   rn_ahm_m_lap     = 40000.    !  upper limit for lap  ahm < min(dx^2/16rdt, rn_ahm_m_lap) 
    685795/ 
    686796 
     
    730840   rn_ediff    =   0.1     !  coef. for vertical eddy coef. (avt=rn_ediff*mxl*sqrt(e) ) 
    731841   rn_ediss    =   0.7     !  coef. of the Kolmogoroff dissipation 
    732    rn_ebb      =  60.0    !  coef. of the surface input of tke (=67.83 suggested when ln_mxl0=T) 
     842   rn_ebb      =  67.83    !  coef. of the surface input of tke (=67.83 suggested when ln_mxl0=T) 
    733843   rn_emin     =   1.e-6   !  minimum value of tke [m2/s2] 
    734844   rn_emin0    =   1.e-4   !  surface minimum value of tke [m2/s2] 
     845   rn_bshear   =   1.e-20  ! background shear (>0) currently a numerical threshold (do not change it) 
    735846   nn_mxl      =   2       !  mixing length: = 0 bounded by the distance to surface and bottom 
    736847                           !                 = 1 bounded by the local vertical scale factor 
     
    739850   nn_pdl      =   1       !  Prandtl number function of richarson number (=1, avt=pdl(Ri)*avm) or not (=0, avt=avm) 
    740851   ln_mxl0     = .true.    !  surface mixing length scale = F(wind stress) (T) or not (F) 
    741    rn_mxl0     =   0.01    !  surface  buoyancy lenght scale minimum value 
     852   rn_mxl0     =   0.04    !  surface  buoyancy lenght scale minimum value 
    742853   ln_lc       = .true.    !  Langmuir cell parameterisation (Axell 2002) 
    743854   rn_lc       =   0.15    !  coef. associated to Langmuir cells 
    744    nn_etau     =   0       !  penetration of tke below the mixed layer (ML) due to internal & intertial waves 
     855   nn_etau     =   1       !  penetration of tke below the mixed layer (ML) due to internal & intertial waves 
    745856                           !        = 0 no penetration 
    746857                           !        = 1 add a tke source below the ML 
     
    828939   nn_buffer   =   0       !  size in bytes of exported buffer ('B' case), 0 no exportation 
    829940   ln_nnogather=  .false.  !  activate code to avoid mpi_allgather use at the northfold 
    830    jpni        =   1       !  jpni   number of processors following i (set automatically if < 1) 
    831    jpnj        =   5       !  jpnj   number of processors following j (set automatically if < 1) 
    832    jpnij       =   5       !  jpnij  number of local domains (set automatically if < 1) 
     941   jpni        =   0       !  jpni   number of processors following i (set automatically if < 1) 
     942   jpnj        =   0       !  jpnj   number of processors following j (set automatically if < 1) 
     943   jpnij       =   0       !  jpnij  number of local domains (set automatically if < 1) 
    833944/ 
    834945!----------------------------------------------------------------------- 
     
    847958   nn_timing   =    0      !  timing by routine activated (=1) creates timing.output file, or not (=0) 
    848959/ 
    849  
     960!----------------------------------------------------------------------- 
     961&namc1d        !   1D configuration options                             ("key_c1d") 
     962!----------------------------------------------------------------------- 
     963   rn_lat      =    50     !  Column latitude 
     964   rn_lon      =    -145   !  Column longitude 
     965/ 
     966!----------------------------------------------------------------------- 
     967&namc1d_uvd    !   data: U & V currents                                 ("key_c1d") 
     968!----------------------------------------------------------------------- 
     969!              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     970!              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
     971   sn_ucur     = 'ucurrent'  ,         -1        ,'u_current',   .false.    , .true. , 'monthly' ,  ''      ,  'Ume'   , '' 
     972   sn_vcur     = 'vcurrent'  ,         -1        ,'v_current',   .false.    , .true. , 'monthly' ,  ''      ,  'Vme'   , '' 
     973! 
     974   cn_dir        = './'    !  root directory for the location of the files 
     975   ln_uvd_init   = .false. !  Initialisation of ocean U & V with U & V input data (T) or not (F) 
     976   ln_uvd_dyndmp = .false. !  damping of ocean U & V toward U & V input data (T) or not (F) 
     977/ 
     978!----------------------------------------------------------------------- 
     979&namc1d_dyndmp !   U & V newtonian damping                              ("key_c1d") 
     980!----------------------------------------------------------------------- 
     981   ln_dyndmp   =  .false.  !  add a damping term (T) or not (F) 
     982/ 
    850983!!====================================================================== 
    851984!!                  ***  Diagnostics namelists  *** 
     
    8981031&namptr       !   Poleward Transport Diagnostic 
    8991032!----------------------------------------------------------------------- 
    900    ln_diaptr  = .true.     !  Poleward heat and salt transport (T) or not (F) 
     1033   ln_diaptr  = .false.    !  Poleward heat and salt transport (T) or not (F) 
    9011034   ln_diaznl  = .true.     !  Add zonal means and meridional stream functions 
    9021035   ln_subbas  = .true.     !  Atlantic/Pacific/Indian basins computation (T) or not 
     
    10211154&namsbc_wave   ! External fields from wave model 
    10221155!----------------------------------------------------------------------- 
    1023 !              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! 
    1024 !              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! 
    1025    sn_cdg      =  'cdg_wave' ,        1          , 'drag_coeff' , .true.   , .false. , 'daily'  ,''         , '' 
    1026    sn_usd      =  'sdw_wave' ,        1          , 'u_sd2d'     , .true.   , .false. , 'daily'  ,''         , '' 
    1027    sn_vsd      =  'sdw_wave' ,        1          , 'v_sd2d'     , .true.   , .false. , 'daily'  ,''         , '' 
    1028    sn_wn       =  'sdw_wave' ,        1          , 'wave_num'   , .true.   , .false. , 'daily'  ,''         , '' 
     1156!              !  file name  ! frequency (hours) ! variable     ! time interp. !  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     1157!              !             !  (if <0  months)  !   name       !   (logical)  !  (T/F)  ! 'monthly' ! filename ! pairing  ! filename      ! 
     1158   sn_cdg      =  'cdg_wave' ,        1          , 'drag_coeff' ,     .true.   , .false. , 'daily'   ,  ''      , ''       , '' 
     1159   sn_usd      =  'sdw_wave' ,        1          , 'u_sd2d'     ,     .true.   , .false. , 'daily'   ,  ''      , ''       , '' 
     1160   sn_vsd      =  'sdw_wave' ,        1          , 'v_sd2d'     ,     .true.   , .false. , 'daily'   ,  ''      , ''       , '' 
     1161   sn_wn       =  'sdw_wave' ,        1          , 'wave_num'   ,     .true.   , .false. , 'daily'   ,  ''      , ''       , '' 
    10291162! 
    10301163   cn_dir_cdg  = './'  !  root directory for the location of drag coefficient files 
  • CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/namelist_lim2_ORCA2_cfg

    r2186 r2221  
    2525      parsub      = 0.0       !  switch for snow sublimation or not 
    2626/ 
     27!----------------------------------------------------------------------- 
     28&namice_dmp    !   damping of sea ice alone open boundaries 
     29!              !   (hard coded damping area: check if it fit your config) 
     30!----------------------------------------------------------------------- 
     31/ 
  • CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/namelist_lim2_ORCA2_ref

    r2186 r2221  
    4848   c_rhg       =  20.0     !  2nd bulk-rhelogy parameter 
    4949   etamn       =   0.0e+07 !  minimun value for viscosity 
    50    creepl      =   2.0e-08 !  creep limit 
     50   creepl      =   1.0e-08 !  creep limit 
    5151   ecc         =   2.0     !  eccentricity of the elliptical yield curve 
    5252   ahi0        = 350.e0    !  horizontal eddy diffusivity coefficient for sea-ice [m2/s] 
  • CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/namelist_lim3_ORCA2_cfg

    r2186 r2221  
    1414&namicerun     !   Share parameters for dynamics/advection/thermo 
    1515!----------------------------------------------------------------------- 
     16   cn_icerst_in  = "restart_ice_in"   !  suffix of ice restart name (input) 
    1617/ 
    1718!----------------------------------------------------------------------- 
     
    2223&namicedyn     !   ice dynamic 
    2324!----------------------------------------------------------------------- 
     25   pstar       =   4.0e+04 !  1st bulk-rheology parameter 
    2426/ 
    2527!----------------------------------------------------------------------- 
     
    3032&namicethd     !   ice thermodynamic 
    3133!----------------------------------------------------------------------- 
     34   parsub      = 0.0       !  switch for snow sublimation or not - O.M. attention : 0 en couple 
    3235/ 
    3336!----------------------------------------------------------------------- 
  • CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/namelist_lim3_ORCA2_ref

    r2186 r2221  
    1414&namicerun     !   Share parameters for dynamics/advection/thermo 
    1515!----------------------------------------------------------------------- 
    16    cn_icerst_in  = "restart_ice_in"   !  suffix of ice restart name (input) 
     16   cn_icerst_in  = "restart_ice"   !  suffix of ice restart name (input) 
    1717   cn_icerst_out = "restart_ice"      !  suffix of ice restart name (output) 
    1818   ln_limdyn   = .true.    !  ice dynamics (T) or thermodynamics only (F) 
    19    acrit       =  1.0e-02 , 1.0e-02  !  minimum fraction for leads in the Northern (Southern) Hemisphere 
    20    hsndif      =  0.0      !  computation of temperature in snow (=0.0) or not 
    21    hicdif      =  0.0      !  computation of temperature in ice  (=0.0) or not (=9999.0) 
     19   amax        = 0.999      !  maximum ice concentration 
    2220   cai         =  1.40e-3  !  atmospheric drag over sea ice 
    2321   cao         =  1.00e-3  !  atmospheric drag over ocean 
    2422   ln_nicep    = .false.   !  Ice points output for debug (yes or no) 
     23   ln_limdiahsb  = .false.    !  check the heat and salt budgets (T) or not (F) 
     24   ln_limdiaout  = .false.    !  output the heat and salt budgets (T) or not (F) 
    2525/ 
    2626!----------------------------------------------------------------------- 
     
    3030   hninn       =  0.3      !  initial snow thickness in the north 
    3131   hnins       =  0.1      !        "            "          south 
    32    hginn_u     =  3.50     !  initial undeformed ice thickness in the north 
    33    hgins_u     =  1.0      !        "            "              "     south 
    34    aginn_u     =  0.95     !  initial undeformed ice concentration in the north 
    35    agins_u     =  0.9      !        "            "              "         south 
    36    hginn_d     =  0.0      !  initial  deformed  ice thickness     in the north 
    37    hgins_d     =  0.0      !   
    38    aginn_d     =  0.00     !  initial  deformed  ice concentration in the north 
    39    agins_d     =  0.00     !        "            "              "         south 
     32   hginn       =  3.50     !  initial undeformed ice thickness in the north 
     33   hgins       =  1.0      !        "            "              "     south 
     34   aginn       =  0.95     !  initial undeformed ice concentration in the north 
     35   agins       =  0.9      !        "            "              "         south 
    4036   sinn        =  6.301    !  initial salinity in the north 
    4137   sins        =  6.301    !        "            "    south 
     
    5349   cw          =   5.0e-03 !  drag coefficient for oceanic stress 
    5450   angvg       =   0.0     !  turning angle for oceanic stress 
    55    pstar       =   4.0e+04 !  1st bulk-rheology parameter 
     51   pstar       =   2.0e+04 !  1st bulk-rheology parameter 
    5652   c_rhg       =  20.0     !  2nd bulk-rhelogy parameter 
    5753   etamn       =   0.0e+07 !  minimun value for viscosity 
     
    6258   telast      =9600.0     !  timescale for elastic waves, SB, 720.0 
    6359   alphaevp    =   1.0     !  coefficient for the solution of internal ice stresses 
     60   hminrhg     =   0.001   !  ice volume (a*h in m) below which ice velocity equal ocean velocity 
    6461/ 
    6562!----------------------------------------------------------------------- 
     
    8077   hicmin      = 0.2       !  ice thickness corr. to max. energy stored in brine pocket 
    8178   hiclim      = 0.10      !  minimum ice thickness 
    82    amax        = 0.999     !  maximum lead fraction 
    8379   sbeta       = 1.        !  numerical caracteritic of the scheme for diffusion in ice 
    8480                           !        Cranck-Nicholson (=0.5), implicit (=1), explicit (=0) 
     
    9086   thth        = 0.2       !  threshold thickness for comp. of eq. thermal conductivity 
    9187   hnzst       = 0.1       !  thickness of the surf. layer in temp. computation 
    92    parsub      = 0.0       !  switch for snow sublimation or not - O.M. attention : 0 en couple 
     88   parsub      = 1.0       !  switch for snow sublimation or not 
    9389   alphs       = 1.0       !  coefficient for snow density when snow ice formation 
    9490   betas       = 0.6       !  exponent in lead-ice fractionation of snow precipitation 0.66 
     
    145141   ninfo       = 1         !  frequency of ouputs on file ice_evolu in case of averaging 
    146142/ 
     143!!----------------------------------------------------------------------- 
     144!&namicehsb       !  Heat and salt budgets  
     145!!----------------------------------------------------------------------- 
     146! 
     147!/ 
    147148!----------------------------------------------------------------------- 
    148149&namiceout     !   parameters for outputs 
    149150!----------------------------------------------------------------------- 
    150    noumef      =   37      !  number of fields 
     151   noumef      =   43      !  number of fields 
    151152   add_diag_swi=    1      !  1 -> diagnose distribution in thickness space 
    152153                           !  0 -> only simple diagnostics 
     
    157158   field_2  = 'Ice thickness                      ', 'iicethic', 'm       ',    1   ,  1.0     ,    0.0 
    158159   field_3  = 'Snow thickness                     ', 'isnowthi', 'm       ',    1   ,  1.0     ,    0.0 
    159    field_4  = 'Daily bottom thermo ice production ', 'iicebopr', 'cm/day  ',    1   , 100.     ,    0.0 
    160    field_5  = 'Daily dynamic ice production       ', 'iicedypr', 'cm/day  ',    1   , 100.     ,    0.0 
     160   field_4  = 'Daily bottom thermo ice production ', 'iicebopr', 'km3/day ',    1   , 1.0e-9   ,    0.0 
     161   field_5  = 'Daily dynamic ice production       ', 'iicedypr', 'km3/day ',    1   , 1.0e-9   ,    0.0 
    161162   field_6  = 'Oceanic flux at the ice base       ', 'ioceflxb', 'w/m2    ',    1   ,  1.0     ,    0.0 
    162163   field_7  = 'Ice velocity u                     ', 'iicevelu', 'm/s     ',    1   ,  1.0     ,    0.0 
     
    172173   field_17 = 'Solar flux at ice/ocean surface    ', 'iicesflx', 'w/m2    ',    1   ,  1.0     ,    0.0 
    173174   field_18 = 'Non-solar flux at ice/ocean surface', 'iicenflx', 'w/m2    ',    1   ,  1.0     ,    0.0 
    174    field_19 = 'Snow precipitation                 ', 'isnowpre', 'kg/day ',    1   ,  1.0     ,    0.0 
     175   field_19 = 'Snow precipitation                 ', 'isnowpre', 'kg/m2/d ',    1   ,  1.0     ,    0.0 
    175176   field_20 = 'Mean ice salinity                  ', 'iicesali', 'psu     ',    1   ,  1.0     ,    0.0 
    176177   field_21 = 'Mean ice age                       ', 'iiceages', 'years   ',    1   ,  0.002739,    0.0 
    177    field_22 = 'Daily lateral thermo ice prod.     ', 'iicelapr', 'cm/day  ',    1   ,100.      ,    0.0 
    178    field_23 = 'Daily snowice ice production       ', 'iicesipr', 'cm/day  ',    1   ,100.      ,    0.0 
     178   field_22 = 'Daily lateral thermo ice prod.     ', 'iicelapr', 'km3/day ',    1   ,1.0e-9    ,    0.0 
     179   field_23 = 'Daily snowice ice production       ', 'iicesipr', 'km3/day ',    1   ,1.0e-9    ,    0.0 
    179180   field_24 = 'Mean ice temperature               ', 'iicetemp', 'C       ',    1   ,  1.0     , -273.15 
    180181   field_25 = 'Ice total heat content             ', 'iiceheco', '10^9 J  ',    1   ,  1.0     ,    0.0 
    181182   field_26 = 'Ice surface temperature            ', 'iicesurt', 'C       ',    1   ,  1.0     , -273.15 
    182183   field_27 = 'Snow temperature                   ', 'isnotem2', 'C       ',    1   ,  1.0     , -273.15 
    183    field_28 = 'Fsbri - brine salt flux            ', 'iicfsbri', 'kg/m2/s ',    1   ,  1.0     ,    0.0 
    184    field_29 = 'Fseqv - equivalent FW salt flux    ', 'iicfseqv', 'kg/m2/s ',    1   ,  1.0     ,    0.0 
     184   field_28 = 'Fsbri - brine salt flux            ', 'iicefsbr', 'kg/m2/d ',    1   ,  1.0     ,    0.0 
     185   field_29 = 'Fseqv - equivalent FW salt flux    ', 'iicefseq', 'kg/m2/d ',    1   ,  1.0     ,    0.0 
    185186   field_30 = 'Brine volume                       ', 'ibrinvol', '%       ',    1   ,  100.0   ,    0.0 
    186187   field_31 = 'Frazil ice collection thickness    ', 'iicecolf', 'm       ',    1   ,  1.0     ,    0.0 
    187188   field_32 = 'Ice strength                       ', 'iicestre', 'N/m     ',    1   ,  0.001   ,    0.0 
    188189   field_33 = 'Ice velocity                       ', 'iicevelo', 'm/s     ',    1   ,  1.0     ,    0.0 
    189    field_34 = 'Surface melt                       ', 'iicesume', 'cm/day  ',    1   ,100.      ,    0.0 
    190    field_35 = 'Bottom melt                        ', 'iicebome', 'cm/day  ',    1   ,100.      ,    0.0 
     190   field_34 = 'Surface melt                       ', 'iicesume', 'km3/day ',    1   ,1.0e-9    ,    0.0 
     191   field_35 = 'Bottom melt                        ', 'iicebome', 'km3/day ',    1   ,1.0e-9    ,    0.0 
    191192   field_36 = 'Divergence                         ', 'iicedive', '10-8s-1 ',    1   ,  1.0e8   ,    0.0 
    192193   field_37 = 'Shear                              ', 'iiceshea', '10-8s-1 ',    1   ,  1.0e8   ,    0.0 
    193 /       
     194   field_38 = 'Daily resultant ice prod/melt      ', 'iicerepr', 'km3/day ',    1   ,  1.0e-9  ,    0.0 
     195   field_39 = 'Ice volume                         ', 'iicevolu', 'km3     ',    1   ,  1.0e-9  ,    0.0 
     196   field_40 = 'Snow volume                        ', 'isnowvol', 'km3     ',    1   ,  1.0e-9  ,    0.0 
     197   field_41 = 'Fsrpo - salt flux from ridg/raft   ', 'iicefsrp', 'kg/m2/d ',    1   ,  1.0     ,    0.0 
     198   field_42 = 'Fsres - salt flux from limupdate   ', 'iicefsre', 'kg/m2/d ',    1   ,  1.0     ,    0.0 
     199   field_43 = 'Ice volume transport               ', 'iicevtrp', 'km3/day ',    1   ,1.0e-9    ,    0.0 
     200/  
     201 
  • CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/namelist_pisces_ORCA2_cfg

    r2186 r2221  
    5757!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 
    5858   ln_river    =  .true.   ! AUTO - boolean for river input of nutrients 
     59   ln_hydrofe  =  .false.  ! AUTO - boolean for hydrothermal vents 
    5960/ 
    6061!''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' 
  • CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/namelist_pisces_ORCA2_ref

    r2186 r2221  
    1717!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 
    1818   ln_co2int  =  .false. ! read atm pco2 from a file (T) or constant (F) 
    19    atcco2     = 0.36886500E+03 ! AUTO - atmospheric pCO2 
     19   atcco2     =  280.    ! Constant value atmospheric pCO2 - ln_co2int = F 
    2020   clname     =  'atcco2.txt'  ! Name of atm pCO2 file - ln_co2int = T 
    2121   nn_offset  =  0       ! Offset model-data start year - ln_co2int = T 
     
    4848!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 
    4949   concnno3   =  1.e-6    ! Nitrate half saturation of nanophytoplankton 
    50    concdno3   =  3.E-6   ! Phosphate half saturation for diatoms 
     50   concdno3   =  3.E-6    ! Phosphate half saturation for diatoms 
    5151   concnnh4   =  1.E-7    ! NH4 half saturation for phyto 
    52    concdnh4   =  3.E-7   ! NH4 half saturation for diatoms 
    53    concnfer   =  1.E-9     ! Iron half saturation for phyto 
    54    concdfer   =  3.E-9   ! Iron half saturation for diatoms 
     52   concdnh4   =  3.E-7    ! NH4 half saturation for diatoms 
     53   concnfer   =  1.E-9    ! Iron half saturation for phyto 
     54   concdfer   =  3.E-9    ! Iron half saturation for diatoms 
    5555   concbfe    =  1.E-11   ! Half-saturation for Fe limitation of Bacteria 
    56    concbnh4   =  2.5E-8   ! NH4 half saturation for phyto 
    57    concbno3   =  2.5E-7   ! Phosphate half saturation for diatoms 
     56   concbnh4   =  2.E-8    ! NH4 half saturation for phyto 
     57   concbno3   =  2.E-7    ! Phosphate half saturation for diatoms 
    5858   xsizedia   =  1.E-6    ! Minimum size criteria for diatoms 
    5959   xsizephy   =  1.E-6    ! Minimum size criteria for phyto 
     
    8282   pislope    =  2.       ! P-I slope 
    8383   pislope2   =  2.       ! P-I slope  for diatoms 
     84   xadap      =  0.       ! Adaptation factor to low light 
    8485   excret     =  0.05     ! excretion ratio of phytoplankton 
    8586   excret2    =  0.05     ! excretion ratio of diatoms 
     
    119120   xthresh2   =  3E-7     ! Food threshold for grazing 
    120121   xkgraz2    =  20.E-6   ! half sturation constant for meso grazing 
    121    epsher2    =  0.3      ! Efficicency of Mesozoo growth 
     122   epsher2    =  0.35     ! Efficicency of Mesozoo growth 
    122123   sigma2     =  0.6      ! Fraction of mesozoo excretion as DOM 
    123124   unass2     =  0.3      ! non assimilated fraction of P by mesozoo 
     
    147148!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 
    148149   ln_fechem =  .false.   ! complex iron chemistry ( T/F ) 
    149    ln_ligvar =  .true.   ! variable ligand concentration 
     150   ln_ligvar =  .false.   ! variable ligand concentration 
    150151   xlam1     =  0.005     ! scavenging rate of Iron 
    151152   xlamdust  =  150.0     ! Scavenging rate of dust 
     
    185186   sn_ndepo    = 'ndeposition.orca',    -12            , 'ndep'        ,  .false.     , .true. , 'yearly'  , ''       , ''    , '' 
    186187   sn_ironsed  = 'bathy.orca'      ,    -12            , 'bathy'       ,  .false.     , .true. , 'yearly'  , ''       , ''    , '' 
    187    sn_hydrofe  = 'hydrofe'         ,    -12            , 'epsdb'       ,  .false.     , .true. , 'yearly'  , ''       , ''    , '' 
     188   sn_hydrofe  = 'hydrofe.orca'    ,    -12            , 'epsdb'       ,  .false.     , .true. , 'yearly'  , ''       , ''    , '' 
    188189! 
    189190   cn_dir      = './'      !  root directory for the location of the dynamical files 
     
    195196   ln_ironice  =  .true.   ! boolean for Fe input from sea ice 
    196197   ln_hydrofe  =  .false.  ! boolean for from hydrothermal vents 
    197    sedfeinput  =  1.e-9    ! Coastal release of Iron 
    198    dustsolub   =  0.02     ! Solubility of the dust 
     198   sedfeinput  =  2.e-9    ! Coastal release of Iron 
     199   dustsolub   =  0.02     ! Solubility of the dusta 
     200   mfrac       =  0.035    ! Fe mineral fraction of dust 
    199201   wdust       =  2.0      ! Dust sinking speed  
    200202   icefeinput  =  15.e-9   ! Iron concentration in sea ice 
     
    202204   diazolight  =  50.      ! Diazotrophs sensitivity to light (W/m2) 
    203205   concfediaz  =  1.e-10   ! Diazotrophs half-saturation Cste for Iron 
    204    hratio      =  9.e+5    ! Fe to 3He ratio assumed for vent iron supply  
     206   hratio      =  1.e+7    ! Fe to 3He ratio assumed for vent iron supply  
    205207/ 
    206208!''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' 
  • CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/namelist_top_ORCA2_ref

    r2186 r2221  
    1515   nn_dttrc      =  1        !  time step frequency for passive sn_tracers 
    1616   nn_writetrc   =  5475     !  time step frequency for sn_tracer outputs 
    17    ln_top_euler  = .true.    !  use Euler time-stepping for TOP 
    18    ln_rsttr      = .false.   !  AUTO start from a restart file (T) or not (F) 
    19    nn_rsttr      =   0       !  AUTO restart control = 0 initial time step is not compared to the restart file value 
    20                              !                  = 1 do not use the value in the restart file 
    21                              !                  = 2 calendar parameters read in the restart file 
     17   ln_top_euler  = .false.    !  use Euler time-stepping for TOP 
     18   ln_rsttr      = .false.   !  start from a restart file (T) or not (F) 
     19   nn_rsttr      =   0       !  restart control = 0 initial time step is not compared to the restart file value 
     20                           !                  = 1 do not use the value in the restart file 
     21                           !                  = 2 calendar parameters read in the restart file 
    2222   cn_trcrst_in  = "restart_trc"   !  suffix of pass. sn_tracer restart name (input) 
    2323   cn_trcrst_out = "restart_trc"   !  suffix of pass. sn_tracer restart name (output) 
     
    108108   nn_writebio   =    10     !: frequency of biological outputs 
    109109/ 
     110!---------------------------------------------------------------------- 
     111! namtrc_bc       !   data for boundary conditions 
     112!----------------------------------------------------------------------- 
     113&namtrc_bc 
     114! 
     115   cn_dir        =  './'      !  root directory for the location of the data files 
     116/ 
  • CONFIG/UNIFORM/v6/IPSLCM6/SOURCES/NEMO/sbcmod.F90

    r2194 r2221  
    163163         nkrnf         = 0 
    164164         rnf     (:,:) = 0.0_wp 
     165         rnf_b   (:,:) = 0.0_wp 
    165166         rnfmsk  (:,:) = 0.0_wp 
    166167         rnfmsk_z(:)   = 0.0_wp 
     
    347348      !                                                           ! (update freshwater fluxes) 
    348349!RBbug do not understand why see ticket 667 
    349       CALL lbc_lnk( emp, 'T', 1. ) 
     350      !clem-bugsal CALL lbc_lnk( emp, 'T', 1. ) 
    350351      ! 
    351352      IF( kt == nit000 ) THEN                          !   set the forcing field at nit000 - 1    ! 
Note: See TracChangeset for help on using the changeset viewer.