New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 14822 for NEMO/branches/2021/dev_r14122_HPC-08_Mueller_OSMOSIS_streamlining/cfgs/SHARED – NEMO

Ignore:
Timestamp:
2021-05-10T13:32:16+02:00 (3 years ago)
Author:
smueller
Message:

Synchronizing with /NEMO/trunk@14820 (ticket #2353)

Location:
NEMO/branches/2021/dev_r14122_HPC-08_Mueller_OSMOSIS_streamlining
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2021/dev_r14122_HPC-08_Mueller_OSMOSIS_streamlining

    • Property svn:externals
      •  

        old new  
        1 ^/utils/build/arch@14122      arch 
        2 ^/utils/build/makenemo@14122  makenemo 
        3 ^/utils/build/mk@14122        mk 
        4 ^/utils/tools@14122           tools 
        5 ^/vendors/AGRIF/dev@14122     ext/AGRIF 
        6 ^/vendors/FCM@14122           ext/FCM 
        7 ^/vendors/IOIPSL@14122        ext/IOIPSL 
        8 ^/vendors/PPR@14122           ext/PPR 
         1^/utils/build/arch@HEAD       arch 
         2^/utils/build/makenemo@HEAD   makenemo 
         3^/utils/build/mk@HEAD         mk 
         4^/utils/tools@HEAD            tools 
         5^/vendors/AGRIF/dev@HEAD      ext/AGRIF 
         6^/vendors/FCM@HEAD            ext/FCM 
         7^/vendors/IOIPSL@HEAD         ext/IOIPSL 
         8^/vendors/PPR@HEAD            ext/PPR 
        99 
        1010# SETTE 
        11 ^/utils/CI/sette_wave@13990         sette 
         11^/utils/CI/sette@14244        sette 
  • NEMO/branches/2021/dev_r14122_HPC-08_Mueller_OSMOSIS_streamlining/cfgs/SHARED/README.rst

    r11747 r14822  
    1717Much more information is available from the :xios:`XIOS homepage<>` above and from the NEMO manual. 
    1818 
    19 Use of XIOS for diagnostics is activated using the pre-compiler key ``key_iomput``. 
     19Use of XIOS for diagnostics is activated using the pre-compiler key ``key_xios``. 
    2020 
    2121Extracting and installing XIOS 
  • NEMO/branches/2021/dev_r14122_HPC-08_Mueller_OSMOSIS_streamlining/cfgs/SHARED/field_def_nemo-ice.xml

    r14072 r14822  
    178178      <field id="hfxcndtop"    long_name="Net conductive heat flux at the ice surface (neg = ice cooling)"  standard_name="conductive_heat_flux_at_sea_ice_surface"    unit="W/m2" /> 
    179179      <field id="hfxcndbot"    long_name="Net conductive heat flux at the ice bottom (neg = ice cooling)"   standard_name="conductive_heat_flux_at_sea_ice_bottom"     unit="W/m2" /> 
     180      <field id="hfxmelt"      long_name="Melt heat flux at the ice surface"       unit="W/m2" /> 
     181      <field id="hfxldmelt"    long_name="Heat flux in the lead for ice melting"   unit="W/m2" /> 
     182      <field id="hfxldgrow"    long_name="Heat flux in the lead for ice growth"    unit="W/m2" /> 
    180183 
    181184      <!-- diags --> 
     
    345348      <field id="SH_icearea"      long_name="Sea ice area South"                     standard_name="sea_ice_area_s"                     unit="1e6_km2"  /> 
    346349 
    347       <!-- available with ln_icediaout --> 
     350      <!-- available with ln_icediahsb --> 
     351      <!-- global forcings  --> 
    348352      <field id="ibgfrcvoltop"    long_name="global mean ice/snow forcing at interface ice/snow-atm (volume equivalent ocean volume)"   unit="km3"      /> 
    349353      <field id="ibgfrcvolbot"    long_name="global mean ice/snow forcing at interface ice/snow-ocean (volume equivalent ocean volume)" unit="km3"      /> 
     
    354358      <field id="ibgfrchfxbot"    long_name="global mean heat flux below ice (on top of ocean) "                                        unit="W/m2"     /> 
    355359 
     360      <!-- global drifts (conservation checks) --> 
    356361      <field id="ibgvolume"       long_name="drift in ice/snow volume (equivalent ocean volume)"                                        unit="km3"      /> 
    357362      <field id="ibgsaltco"       long_name="drift in ice salt content (equivalent ocean volume)"                                       unit="pss*km3"  /> 
     
    359364      <field id="ibgheatfx"       long_name="drift in ice/snow heat flux"                                                               unit="W/m2"     /> 
    360365 
     366      <!-- global contents --> 
    361367      <field id="ibgvol_tot"      long_name="global mean ice volume"                                                                    unit="km3"      /> 
    362368      <field id="sbgvol_tot"      long_name="global mean snow volume"                                                                   unit="km3"      /> 
    363369      <field id="ibgarea_tot"     long_name="global mean ice area"                                                                      unit="km2"      /> 
    364       <field id="ibgsalt_tot"     long_name="global mean ice salt content"                                                              unit="1e-3*km3" /> 
     370      <field id="ibgsalt_tot"     long_name="global mean ice salt content"                                                              unit="pss*km3" /> 
    365371      <field id="ibgheat_tot"     long_name="global mean ice heat content"                                                              unit="1e20J"    /> 
    366372      <field id="sbgheat_tot"     long_name="global mean snow heat content"                                                             unit="1e20J"    /> 
     373      <field id="ipbgvol_tot"     long_name="global mean ice pond volume"                                                               unit="km3"      /> 
     374      <field id="ilbgvol_tot"     long_name="global mean ice pond lid volume"                                                           unit="km3"      /> 
    367375 
    368376    </field_group> 
     
    496504    </field_group> 
    497505 
     506    <!--============================--> 
     507    <!--  CONSERVATION diagnostics  --> 
     508    <!--============================--> 
     509 
    498510    <field_group id="ICE_globalbudget"  grid_ref="grid_scalar" > 
    499       <!-- global contents --> 
    500511      <field field_ref="ibgvol_tot"       name="ibgvol_tot"   /> 
    501512      <field field_ref="sbgvol_tot"       name="sbgvol_tot"   /> 
     
    504515      <field field_ref="ibgheat_tot"      name="ibgheat_tot"  /> 
    505516      <field field_ref="sbgheat_tot"      name="sbgheat_tot"  /> 
    506  
    507       <!-- global drifts (conservation checks) --> 
    508       <field field_ref="ibgvolume"        name="ibgvolume"    /> 
    509       <field field_ref="ibgsaltco"        name="ibgsaltco"    /> 
    510       <field field_ref="ibgheatco"        name="ibgheatco"    /> 
    511       <field field_ref="ibgheatfx"        name="ibgheatfx"    /> 
    512  
    513       <!-- global forcings  --> 
    514       <field field_ref="ibgfrcvoltop"     name="ibgfrcvoltop" /> 
    515       <field field_ref="ibgfrcvolbot"     name="ibgfrcvolbot" /> 
    516       <field field_ref="ibgfrctemtop"     name="ibgfrctemtop" /> 
    517       <field field_ref="ibgfrctembot"     name="ibgfrctembot" /> 
    518       <field field_ref="ibgfrcsal"        name="ibgfrcsal"    /> 
    519       <field field_ref="ibgfrchfxtop"     name="ibgfrchfxtop" /> 
    520       <field field_ref="ibgfrchfxbot"     name="ibgfrchfxbot" /> 
    521     </field_group> 
    522  
    523  
     517      <field field_ref="ipbgvol_tot"      name="ipbgvol_tot"  /> 
     518      <field field_ref="ilbgvol_tot"      name="ilbgvol_tot"  /> 
     519    </field_group> 
     520     
     521    <field_group id="ICE_budget"        grid_ref="grid_T_2D" > 
     522      <!-- general --> 
     523      <field field_ref="icemask"          name="simsk"      /> 
     524      <field field_ref="iceconc"          name="siconc"     /> 
     525      <field field_ref="icetemp"          name="sitemp"     /> 
     526      <field field_ref="snwtemp"          name="sntemp"     /> 
     527      <field field_ref="icettop"          name="sittop"     /> 
     528      <field field_ref="icetbot"          name="sitbot"     /> 
     529      <!-- heat fluxes --> 
     530      <field field_ref="qt_oce_ai"        name="qt_oce_ai"  /> 
     531      <field field_ref="qt_atm_oi"        name="qt_atm_oi"  /> 
     532      <field field_ref="qtr_ice_top"      name="qtr_ice_top"/> 
     533      <field field_ref="qtr_ice_bot"      name="qtr_ice_bot"/> 
     534      <field field_ref="qt_ice"           name="qt_ice"     /> 
     535      <field field_ref="qsr_ice"          name="qsr_ice"    /> 
     536      <field field_ref="qns_ice"          name="qns_ice"    /> 
     537      <field field_ref="qemp_ice"         name="qemp_ice"   /> 
     538      <field field_ref="hfxsub"           name="hfxsub"     /> 
     539      <field field_ref="hfxspr"           name="hfxspr"     /> 
     540      <field field_ref="hfxcndtop"        name="hfxcndtop"  /> 
     541      <field field_ref="hfxcndbot"        name="hfxcndbot"  /> 
     542      <field field_ref="hfxsensib"        name="hfxsensib"  /> 
     543      <field field_ref="hfxmelt"          name="hfxmelt"    /> 
     544      <field field_ref="hfxldmelt"        name="hfxldmelt"  /> 
     545      <field field_ref="hfxldgrow"        name="hfxldgrow"  /> 
     546      <!-- salt fluxes --> 
     547      <field field_ref="sfxice"           name="sfxice"     /> 
     548      <!-- mass fluxes --> 
     549      <field field_ref="vfxice"           name="vfxice"     /> 
     550      <field field_ref="vfxsnw"           name="vfxsnw"     /> 
     551      <field field_ref="vfxpnd"           name="vfxpnd"     /> 
     552      <field field_ref="vfxsub"           name="vfxsub"     /> 
     553      <field field_ref="vfxsub_err"       name="vfxsub_err" /> 
     554      <field field_ref="vfxsnw_sub"       name="vfxsnw_sub" /> 
     555      <field field_ref="vfxsnw_pre"       name="vfxsnw_pre" /> 
     556    </field_group> 
     557 
     558     
    524559    <!--============================--> 
    525560    <!-- SIMIP sea ice field groups --> 
  • NEMO/branches/2021/dev_r14122_HPC-08_Mueller_OSMOSIS_streamlining/cfgs/SHARED/field_def_nemo-innerttrc.xml

    r14072 r14822  
    4343    <field id="C14Age"       long_name="Radiocarbon age"                          unit="yr"        grid_ref="grid_T_3D"  /> 
    4444    <field id="RAge"         long_name="Reservoir Age"                            unit="yr"       /> 
    45     <field id="qtr_C14"      long_name="Air-sea flux of C14"                      unit="1/m2/s"   /> 
    46     <field id="qint_C14"     long_name="Cumulative air-sea flux of C14"           unit="1/m2"     /> 
     45    <field id="qtr_c14"      long_name="Air-sea flux of C14"                      unit="1/m2/s"   /> 
     46    <field id="qint_c14"     long_name="Cumulative air-sea flux of C14"           unit="1/m2"     /> 
    4747    <field id="AtmCO2"       long_name="Global atmospheric CO2"                   unit="ppm"      /> 
    4848    <field id="AtmC14"       long_name="Global atmospheric DeltaC14"              unit="permil"   /> 
  • NEMO/branches/2021/dev_r14122_HPC-08_Mueller_OSMOSIS_streamlining/cfgs/SHARED/field_def_nemo-oce.xml

    r14734 r14822  
    183183    <field id="heatc"        long_name="Heat content vertically integrated"                 standard_name="integral_of_sea_water_potential_temperature_wrt_depth_expressed_as_heat_content"   unit="J/m2"       /> 
    184184    <field id="saltc"        long_name="Salt content vertically integrated"                                                                                                                   unit="1e-3*kg/m2" /> 
     185    <field id="saltc2"       long_name="Salt content vertically integrated"                                                                                                                   unit="1e-3*kg/m2" > saltc * saltc </field > 
    185186 
    186187    <!-- EOS --> 
     
    239240    <field id="mf_Sp"       long_name="plume_salinity"         standard_name="plume_salinity"        unit="1e-3"   grid_ref="grid_T_3D" /> 
    240241    <field id="mf_mf"       long_name="mass flux"              standard_name="mf_mass_flux"          unit="m"      grid_ref="grid_T_3D" /> 
     242 
     243    <!-- fluxes from damping --> 
     244    <field id="sflx_dmp_cea"  long_name="salt flux due to damping"  standard_name="salt_flux_due_to_damping"          unit="g/m2/s"   /> 
     245    <field id="hflx_dmp_cea"  long_name="heat flux due to damping"  standard_name="heat_flux_due_to_damping"          unit="W/m2"     /> 
    241246 
    242247  </field_group> <!-- grid_T --> 
     
    379384      <field id="emp_oce"      long_name="Evap minus Precip over ocean"         standard_name="evap_minus_precip_over_sea_water"                                     unit="kg/m2/s"   /> 
    380385      <field id="emp_ice"      long_name="Evap minus Precip over ice"           standard_name="evap_minus_precip_over_sea_ice"                                       unit="kg/m2/s"   /> 
    381       <field id="saltflx"      long_name="Downward salt flux"                                                                                                        unit="1e-3/m2/s" /> 
     386      <field id="saltflx"      long_name="Downward salt flux"                                                                                                        unit="g/m2/s"    /> 
    382387      <field id="fmmflx"       long_name="Water flux due to freezing/melting"                                                                                        unit="kg/m2/s"   /> 
    383388      <field id="snowpre"      long_name="Snow precipitation"                   standard_name="snowfall_flux"                                                        unit="kg/m2/s"   /> 
     
    479484      <field id="hflx_rain_cea" long_name="heat flux due to rainfall"                                standard_name="temperature_flux_due_to_rainfall_expressed_as_heat_flux_into_sea_water"        unit="W/m2"     /> 
    480485      <field id="hflx_evap_cea" long_name="heat flux due to evaporation"                             standard_name="temperature_flux_due_to_evaporation_expressed_as_heat_flux_out_of_sea_water"   unit="W/m2"     /> 
     486      <field id="hflx_subl_cea" long_name="heat flux due to sublimation (from atm. forcings)"        standard_name="temperature_flux_due_to_sublimation_expressed_as_heat_flux_out_of_sea_ice"     unit="W/m2"     /> 
    481487      <field id="hflx_prec_cea" long_name="heat flux due to all precip"                              standard_name="temperature_flux_due_to_all_precip_expressed_as_heat_flux_into_sea_water"      unit="W/m2"     /> 
    482488      <field id="hflx_snow_cea" long_name="heat flux due to snow falling"                            standard_name="heat_flux_onto_ocean_and_ice_due_to_snow_thermodynamics"                       unit="W/m2"     /> 
     
    485491      <field id="hflx_ice_cea"  long_name="heat flux due to ice thermodynamics"                      standard_name="heat_flux_into_sea_water_due_to_sea_ice_thermodynamics"                        unit="W/m2"     /> 
    486492      <field id="hflx_rnf_cea"  long_name="heat flux due to runoffs"                                 standard_name="temperature_flux_due_to_runoff_expressed_as_heat_flux_into_sea_water"          unit="W/m2"     /> 
     493      <field id="sflx_rnf_cea"  long_name="salt flux due to runoffs"                                 standard_name="salt_flux_due_to_runoffs"                                                      unit="g/m2/s"   /> 
    487494      <field id="hflx_cal_cea"  long_name="heat flux due to calving"                                 standard_name="heat_flux_into_sea_water_due_to_calving"                                       unit="W/m2"     /> 
    488495      <field id="hflx_icb_cea"  long_name="heat flux due to iceberg"                                 standard_name="heat_flux_into_sea_water_due_to_icebergs"                                      unit="W/m2"     /> 
     
    494501      <field id="ticemel_cea"   long_name="Rate of Melt at Upper Surface of Sea Ice (cell average)"  standard_name="tendency_of_sea_ice_amount_due_to_surface_melting"                             unit="kg/m2/s"  /> 
    495502 
     503      <!-- fluxes from relaxation and freshwater budget --> 
     504      <field id="sflx_ssr_cea"  long_name="salt flux due to restoring"    standard_name="salt_flux_due_to_restoring"    unit="g/m2/s"   /> 
     505      <field id="hflx_ssr_cea"  long_name="heat flux due to restoring"    standard_name="heat_flux_due_to_restoring"    unit="W/m2"     /> 
     506      <field id="vflx_ssr_cea"  long_name="volume flux due to restoring"  standard_name="volume_flux_due_to_restoring"  unit="kg/m2/s"  /> 
     507      <field id="hflx_fwb_cea"  long_name="heat flux due to fwb"          standard_name="heat_flux_due_to_fwb"          unit="W/m2"     /> 
     508      <field id="vflx_fwb_cea"  long_name="volume flux due to fwb"        standard_name="volume_flux_due_to_fwb"        unit="kg/m2/s"  /> 
     509       
    496510      <!-- ice field (nn_ice=1)  --> 
    497511      <field id="ice_cover"    long_name="Ice fraction"                                                 standard_name="sea_ice_area_fraction"                              unit="1"            /> 
     
    745759  <!-- F grid --> 
    746760  <field_group id="grid_F" grid_ref="grid_F_2D"> 
    747     <field id="e3f"          long_name="F-cell thickness"                    standard_name="cell_thickness"        unit="m"   grid_ref="grid_F_3D" /> 
    748     <field id="e3f_0"        long_name="F-cell thickness"                    standard_name="cell_thickness"        unit="m"   grid_ref="grid_F_3D" /> 
    749     <field id="hf"           long_name="water column height at F point"    standard_name="water_column_height_F"  unit="m"                     /> 
    750     <field id="sKEf"         long_name="surface kinetic energy at F point" standard_name="specific_kinetic_energy_of_sea_water"   unit="m2/s2" /> 
    751     <field id="relvor"       long_name="relative vorticity"                standard_name="relative_vorticity"     unit="1/s"                   /> 
    752     <field id="plavor"       long_name="planetary vorticity"               standard_name="planetary_vorticity"    unit="1/s"                   /> 
    753     <field id="relpotvor"    long_name="relative potential vorticity"      standard_name="relpot_vorticity"       unit="1/m.s"                 /> 
    754     <field id="abspotvor"    long_name="absolute potential vorticity"      standard_name="abspot_vorticity"       unit="1/m.s"                 /> 
    755     <field id="Ens"          long_name="enstrophy"                         standard_name="enstrophy"              unit="1/m2.s2"               /> 
     761    <field id="e3f"          long_name="F-cell thickness"                      standard_name="cell_thickness"         unit="m"   grid_ref="grid_F_3D" /> 
     762    <field id="e3f_0"        long_name="F-cell thickness"                      standard_name="cell_thickness"         unit="m"   grid_ref="grid_F_3D" /> 
     763    <field id="hf"           long_name="water column height at F point"        standard_name="water_column_height_F"  unit="m"                     /> 
     764    <field id="ssKEf"        long_name="surface kinetic energy at F point"    standard_name="specific_kinetic_energy_of_sea_water"   unit="m2/s2" /> 
     765    <field id="ssrelvor"     long_name="surface relative vorticity"            standard_name="relative_vorticity"     unit="1/s"                   /> 
     766    <field id="ssplavor"     long_name="surface planetary vorticity"           standard_name="planetary_vorticity"    unit="1/s"                   /> 
     767    <field id="ssrelpotvor"  long_name="surface relative potential vorticity"  standard_name="relpot_vorticity"       unit="1/m.s"                 /> 
     768    <field id="ssabspotvor"  long_name="surface absolute potential vorticity"  standard_name="abspot_vorticity"       unit="1/m.s"                 /> 
     769    <field id="ssEns"        long_name="surface enstrophy"                     standard_name="enstrophy"              unit="1/m2.s2"               /> 
    756770  </field_group> 
    757771 
     
    12571271  </field_group> 
    12581272 
     1273  <!--============================--> 
     1274  <!--  CONSERVATION diagnostics  --> 
     1275  <!--============================--> 
     1276  <!-- BE CAREFUL: this group (OCE_budget) cannot be called in file_def.xml as such (unless nn_fsbc=1) 
     1277                   If doing so, the last output (in time) of the netcdf file  
     1278         would be corrupted (NaN values). However calling each of these 
     1279         variables directly in the file_def.xml works. It is probably  
     1280         because there is a mix up of sbc variables with other variables 
     1281    --> 
     1282  <field_group id="OCE_budget"        grid_ref="grid_T_2D" > 
     1283    <field field_ref="sst"                 name="tos"          /> 
     1284    <field field_ref="sss"                 name="sos"          /> 
     1285    <field field_ref="ssh"                 name="zos"          /> 
     1286    <!-- mass flux --> 
     1287    <field field_ref="empmr"               name="empmr"        /> 
     1288    <field field_ref="runoffs"             name="runoffs"      /> 
     1289    <field field_ref="emp_ice"             name="emp_ice"      /> 
     1290    <field field_ref="emp_oce"             name="emp_oce"      /> 
     1291    <field field_ref="iceshelf_cea"        name="iceshelf"     /> 
     1292    <field field_ref="iceberg_cea"         name="iceberg"      /> 
     1293    <field field_ref="calving_cea"         name="calving"      /> 
     1294    <!-- <field field_ref="berg_floating_melt"  name="calving" /> --> 
     1295    <field field_ref="precip"              name="precip"       /> 
     1296    <field field_ref="snowpre"             name="snowpre"      /> 
     1297    <field field_ref="rain"                name="rain"         /> 
     1298    <field field_ref="evap_ao_cea"         name="evap_ao"      /> 
     1299    <field field_ref="subl_ai_cea"         name="subl_ai"      /> 
     1300    <field field_ref="snow_ai_cea"         name="snow_ai"      /> 
     1301    <field field_ref="snow_ao_cea"         name="snow_ao"      /> 
     1302    <!-- heat flux --> 
     1303    <field field_ref="qsr"                 name="qsr"          /> 
     1304    <field field_ref="qns"                 name="qns"          /> 
     1305    <field field_ref="qt_oce"              name="qt_oce"       /> 
     1306    <field field_ref="qemp_oce"            name="qemp_oce"     /> 
     1307    <field field_ref="hflx_rain_cea"       name="hflx_rain"    /> 
     1308    <field field_ref="hflx_evap_cea"       name="hflx_evap"    /> 
     1309    <field field_ref="hflx_snow_cea"       name="hflx_snow"    /> 
     1310    <field field_ref="hflx_snow_ao_cea"    name="hflx_snow_ao" /> 
     1311    <field field_ref="hflx_snow_ai_cea"    name="hflx_snow_ai" /> 
     1312    <field field_ref="hflx_rnf_cea"        name="hflx_rnf"     /> 
     1313    <field field_ref="hflx_icb_cea"        name="hflx_icb"     /> 
     1314    <field field_ref="hflx_isf_cea"        name="hflx_isf"     /> 
     1315    <!-- salt flux (includes ssr) --> 
     1316    <field field_ref="saltflx"             name="saltflx"      /> 
     1317    <field field_ref="sflx_rnf_cea"        name="sflx_rnf"     /> 
     1318    <!-- relaxation and damping --> 
     1319    <field field_ref="hflx_ssr_cea"        name="hflx_ssr"     /> 
     1320    <field field_ref="vflx_ssr_cea"        name="vflx_ssr"     /> 
     1321    <field field_ref="sflx_ssr_cea"        name="sflx_ssr"     /> 
     1322    <field field_ref="hflx_dmp_cea"        name="hflx_dmp"     /> 
     1323    <field field_ref="sflx_dmp_cea"        name="sflx_dmp"     /> 
     1324    <field field_ref="hflx_fwb_cea"        name="hflx_fwb"     /> 
     1325    <field field_ref="vflx_fwb_cea"        name="vflx_fwb"     /> 
     1326  </field_group> 
     1327 
     1328  <field_group id="OCE_globalbudget"  grid_ref="grid_scalar" > 
     1329    <field field_ref="voltot"              name="scvoltot"     /> 
     1330    <field field_ref="saltot"              name="scsaltot"     /> 
     1331    <field field_ref="temptot"             name="sctemtot"     /> 
     1332  </field_group> 
     1333 
     1334   
    12591335</field_definition> 
  • NEMO/branches/2021/dev_r14122_HPC-08_Mueller_OSMOSIS_streamlining/cfgs/SHARED/field_def_nemo-pisces.xml

    r14072 r14822  
    166166    <field id="CO3sat"      long_name="CO3 saturation"                          unit="mol/m3"     grid_ref="grid_T_3D" /> 
    167167    <field id="PAR"         long_name="Photosynthetically Available Radiation"  unit="W/m2"       grid_ref="grid_T_3D" /> 
    168     <field id="PARDM"       long_name="Daily mean PAR"                          unit="W/m2"       grid_ref="grid_T_3D" /> 
    169168    <field id="PPPHYN"      long_name="Primary production of nanophyto"         unit="molC/m3/s"  grid_ref="grid_T_3D" /> 
    170169    <field id="PPPHYP"      long_name="Primary production of picophyto"         unit="molC/m3/s"  grid_ref="grid_T_3D" /> 
  • NEMO/branches/2021/dev_r14122_HPC-08_Mueller_OSMOSIS_streamlining/cfgs/SHARED/namelist_ice_ref

    r14006 r14822  
    210210         rn_apnd_min =   0.15         !     minimum meltwater fraction contributing to pond growth (TOPO and LEV) 
    211211         rn_apnd_max =   0.85         !     maximum meltwater fraction contributing to pond growth (TOPO and LEV) 
    212          rn_pnd_flush=   0.01         !     pond flushing efficiency (tuning parameter) (LEV) 
     212         rn_pnd_flush=   0.1          !     pond flushing efficiency (tuning parameter) (LEV) 
    213213      ln_pnd_CST     = .false.        !  constant  melt ponds 
    214214         rn_apnd     =   0.2          !     prescribed pond fraction, at Tsu=0 degC 
  • NEMO/branches/2021/dev_r14122_HPC-08_Mueller_OSMOSIS_streamlining/cfgs/SHARED/namelist_ref

    r14564 r14822  
    5757      !                          !    = -1 do not do any restart 
    5858   nn_stocklist = 0,0,0,0,0,0,0,0,0,0 ! List of timesteps when a restart file is to be written 
    59    nn_write    =       0   !  used only if key_iomput is not defined: output frequency (modulo referenced to nn_it000) 
     59   nn_write    =       0   !  used only if key_xios is not defined: output frequency (modulo referenced to nn_it000) 
    6060      !                          !    =  0 force to write output files only at the end of the run 
    6161      !                          !    = -1 do not do any output file 
     
    202202!!   namsbc_wave     external fields from wave model                    (ln_wave    =T) 
    203203!!   namberg         iceberg floats                                     (ln_icebergs=T) 
     204!!   namsbc_fwb      freshwater-budget adjustment                       (nn_fwb > 0) 
    204205!!====================================================================== 
    205206! 
     
    219220   nn_components = 0       !  configuration of the opa-sas OASIS coupling 
    220221      !                    !  =0 no opa-sas OASIS coupling: default single executable config. 
    221       !                    !  =1 opa-sas OASIS coupling: multi executable config., OPA component 
     222      !                    !  =1 opa-sas OASIS coupling: multi executable config., OCE component 
    222223      !                    !  =2 opa-sas OASIS coupling: multi executable config., SAS component 
    223224                     ! Sea-ice : 
     
    382383   sn_rcv_isf    =   'none'                 ,    'no'    ,     ''      ,         ''           ,   '' 
    383384   sn_rcv_icb    =   'none'                 ,    'no'    ,     ''      ,         ''           ,   '' 
    384    sn_rcv_hsig   =   'none'                 ,    'no'    ,     ''      '         ''           ,   'T' 
     385   sn_rcv_hsig   =   'none'                 ,    'no'    ,     ''      ,         ''           ,   'T' 
    385386   sn_rcv_phioc  =   'none'                 ,    'no'    ,     ''      ,         ''           ,   'T' 
    386387   sn_rcv_sdrfx  =   'none'                 ,    'no'    ,     ''      ,         ''           ,   'T' 
    387    sn_rcv_sdrfy  =   'none'                 ,    'no'    ,     ''      '         ''           ,   'T' 
    388    sn_rcv_wper   =   'none'                 ,    'no'    ,     ''      '         ''           ,   'T' 
    389    sn_rcv_wnum   =   'none'                 ,    'no'    ,     ''      '         ''           ,   'T' 
    390    sn_rcv_wstrf  =   'none'                 ,    'no'    ,     ''      '         ''           ,   'T' 
    391    sn_rcv_wdrag  =   'none'                 ,    'no'    ,     ''      '         ''           ,   'T' 
     388   sn_rcv_sdrfy  =   'none'                 ,    'no'    ,     ''      ,         ''           ,   'T' 
     389   sn_rcv_wper   =   'none'                 ,    'no'    ,     ''      ,         ''           ,   'T' 
     390   sn_rcv_wnum   =   'none'                 ,    'no'    ,     ''      ,         ''           ,   'T' 
     391   sn_rcv_wstrf  =   'none'                 ,    'no'    ,     ''      ,         ''           ,   'T' 
     392   sn_rcv_wdrag  =   'none'                 ,    'no'    ,     ''      ,         ''           ,   'T' 
    392393   sn_rcv_charn  =   'none'                 ,    'no'    ,     ''      ,         ''           ,   'T' 
    393394   sn_rcv_taw    =   'none'                 ,    'no'    ,     ''      ,         ''           ,   'U,V' 
    394    sn_rcv_bhd    =   'none'                 ,    'no'    ,     ''      '         ''           ,   'T' 
    395    sn_rcv_tusd   =   'none'                 ,    'no'    ,     ''      '         ''           ,   'T' 
    396    sn_rcv_tvsd   =   'none'                 ,    'no'    ,     ''      '         ''           ,   'T' 
     395   sn_rcv_bhd    =   'none'                 ,    'no'    ,     ''      ,         ''           ,   'T' 
     396   sn_rcv_tusd   =   'none'                 ,    'no'    ,     ''      ,         ''           ,   'T' 
     397   sn_rcv_tvsd   =   'none'                 ,    'no'    ,     ''      ,         ''           ,   'T' 
    397398/ 
    398399!----------------------------------------------------------------------- 
     
    643644   rn_test_box             = 108.0,  116.0, -66.0, -58.0 
    644645   ln_use_calving          = .false. ! Use calving data even when nn_test_icebergs > 0 
    645    rn_speed_limit          = 0.      ! CFL speed limit for a berg 
     646   rn_speed_limit          = 0.      ! CFL speed limit for a berg (safe value is 0.4, see #2581) 
    646647   ! 
    647648   ln_M2016                = .false. ! use Merino et al. (2016) modification (use of 3d ocean data instead of only sea surface data) 
     
    653654   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
    654655   sn_icb     =  'calving'              ,         -1.        ,'calvingmask',  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     656/ 
     657!----------------------------------------------------------------------- 
     658&namsbc_fwb    !   freshwater-budget adjustment                         (nn_fwb > 0) 
     659!----------------------------------------------------------------------- 
     660   rn_fwb0     = 0.0          ! Initial freshwater adjustment flux [kg/m2/s] (nn_fwb = 2) 
    655661/ 
    656662 
     
    10861092   ln_dynrnf       =  .false.    !  runoffs option enabled (T) or not (F) 
    10871093   ln_dynrnf_depth =  .false.    !  runoffs is spread in vertical (T) or not (F) 
    1088    fwbcorr         =    0.0      !  annual global mean of empmr for ssh correction 
    1089  
     1094   ! 
    10901095   cn_dir      = './'      !  root directory for the ocean data location 
    10911096   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! 
     
    14791484!!                  ***  Miscellaneous namelists  ***                 !! 
    14801485!!                                                                    !! 
    1481 !!   nammpp            Massively Parallel Processing                    ("key_mpp_mpi") 
     1486!!   nammpp            Massively Parallel Processing 
    14821487!!   namctl            Control prints                                   (default: OFF) 
    14831488!!   namsto            Stochastic parametrization of EOS                (default: OFF) 
     
    14851490! 
    14861491!----------------------------------------------------------------------- 
    1487 &nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi") 
     1492&nammpp        !   Massively Parallel Processing 
    14881493!----------------------------------------------------------------------- 
    14891494   ln_listonly =  .false.  !  do nothing else than listing the best domain decompositions (with land domains suppression) 
     
    14931498   jpnj        =   0       !  number of processors following j (set automatically if < 1), see also ln_listonly = T 
    14941499   nn_hls      =   1       !  halo width (applies to both rows and columns) 
     1500   nn_comm     =   1       !  comm choice 
    14951501/ 
    14961502!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.