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 11831 for NEMO/branches/2019/dev_r11085_ASINTER-05_Brodeau_Advanced_Bulk/cfgs/ORCA2_ICE_PISCES – NEMO

Ignore:
Timestamp:
2019-10-29T18:14:49+01:00 (4 years ago)
Author:
laurent
Message:

Update the branch to r11830 of the trunk!

Location:
NEMO/branches/2019/dev_r11085_ASINTER-05_Brodeau_Advanced_Bulk/cfgs/ORCA2_ICE_PISCES
Files:
1 deleted
7 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11085_ASINTER-05_Brodeau_Advanced_Bulk/cfgs/ORCA2_ICE_PISCES/EXPREF/context_nemo.xml

    r10255 r11831  
    66<context id="nemo"> 
    77<!-- $id$ --> 
     8    <variable_definition> 
     9    <!-- Year of time origin for NetCDF files; defaults to 1800 --> 
     10       <variable id="ref_year" type="int"   > 1800 </variable> 
     11       <variable id="rau0"     type="float" > 1026.0 </variable> 
     12       <variable id="cpocean"  type="float" > 3991.86795711963 </variable> 
     13       <variable id="convSpsu" type="float" > 0.99530670233846  </variable> 
     14       <variable id="rhoic"    type="float" > 917.0 </variable> 
     15       <variable id="rhosn"    type="float" > 330.0 </variable> 
     16       <variable id="missval"  type="float" > 1.e20 </variable> 
     17    </variable_definition> 
    818<!-- Fields definition --> 
    919    <field_definition src="./field_def_nemo-oce.xml"/>    <!--  NEMO ocean dynamics     -->  
     
    2232     
    2333    <axis_definition> 
    24       <axis id="deptht" long_name="Vertical T levels" unit="m" positive="down" /> 
    25       <axis id="depthu" long_name="Vertical U levels" unit="m" positive="down" /> 
    26       <axis id="depthv" long_name="Vertical V levels" unit="m" positive="down" /> 
    27       <axis id="depthw" long_name="Vertical W levels" unit="m" positive="down" /> 
    28       <axis id="profsed" long_name="Vertical S levels" unit="cm" positive="down" /> 
    29       <axis id="nfloat" long_name="Float number"      unit="-"                 /> 
    30       <axis id="icbcla"  long_name="Iceberg class"      unit="1"               /> 
    31       <axis id="ncatice" long_name="Ice category"       unit="1"               /> 
    32       <axis id="iax_20C" long_name="20 degC isotherm"   unit="degC"            /> 
    33       <axis id="iax_28C" long_name="28 degC isotherm"   unit="degC"            /> 
     34      <axis id="deptht"  long_name="Vertical T levels" unit="m" positive="down" /> 
     35      <axis id="depthu"  long_name="Vertical U levels" unit="m" positive="down" /> 
     36      <axis id="depthv"  long_name="Vertical V levels" unit="m" positive="down" /> 
     37      <axis id="depthw"  long_name="Vertical W levels" unit="m" positive="down" /> 
     38      <axis id="profsed" long_name="Vertical S levels" unit="cm" positive="down"/> 
     39      <axis id="nfloat"  long_name="Float number"      unit="-"                 /> 
     40      <axis id="icbcla"  long_name="Iceberg class"     unit="1"                 /> 
     41      <axis id="ncatice" long_name="Ice category"      unit="1"                 /> 
     42      <axis id="iax_20C" long_name="20 degC isotherm"  unit="degC"              /> 
     43      <axis id="iax_28C" long_name="28 degC isotherm"  unit="degC"              /> 
    3444    </axis_definition> 
    3545  
  • NEMO/branches/2019/dev_r11085_ASINTER-05_Brodeau_Advanced_Bulk/cfgs/ORCA2_ICE_PISCES/EXPREF/file_def_nemo-ice.xml

    r10911 r11831  
    7878       <field field_ref="vfxice"           name="vfxice" /> 
    7979       <field field_ref="vfxsnw"           name="vfxsnw" /> 
    80         
     80 
    8181       <!-- categories --> 
    8282       <field field_ref="icemask_cat"      name="simskcat"/> 
     
    9393     <file id="file22" name_suffix="_SBC_scalar" description="scalar variables" enabled=".true." > 
    9494       <!-- global contents --> 
    95        <field field_ref="ibgvol_tot"     grid_ref="grid_1point"   name="ibgvol_tot"   /> 
    96        <field field_ref="sbgvol_tot"     grid_ref="grid_1point"   name="sbgvol_tot"   /> 
    97        <field field_ref="ibgarea_tot"    grid_ref="grid_1point"   name="ibgarea_tot"  /> 
    98        <field field_ref="ibgsalt_tot"    grid_ref="grid_1point"   name="ibgsalt_tot"  /> 
    99        <field field_ref="ibgheat_tot"    grid_ref="grid_1point"   name="ibgheat_tot"  /> 
    100        <field field_ref="sbgheat_tot"    grid_ref="grid_1point"   name="sbgheat_tot"  /> 
     95       <field field_ref="ibgvol_tot"     name="ibgvol_tot"   /> 
     96       <field field_ref="sbgvol_tot"     name="sbgvol_tot"   /> 
     97       <field field_ref="ibgarea_tot"    name="ibgarea_tot"  /> 
     98       <field field_ref="ibgsalt_tot"    name="ibgsalt_tot"  /> 
     99       <field field_ref="ibgheat_tot"    name="ibgheat_tot"  /> 
     100       <field field_ref="sbgheat_tot"    name="sbgheat_tot"  /> 
    101101        
    102102       <!-- global drifts (conservation checks) --> 
    103        <field field_ref="ibgvolume"      grid_ref="grid_1point"   name="ibgvolume"    /> 
    104        <field field_ref="ibgsaltco"      grid_ref="grid_1point"   name="ibgsaltco"    /> 
    105        <field field_ref="ibgheatco"      grid_ref="grid_1point"   name="ibgheatco"    /> 
    106        <field field_ref="ibgheatfx"      grid_ref="grid_1point"   name="ibgheatfx"    /> 
     103       <field field_ref="ibgvolume"      name="ibgvolume"    /> 
     104       <field field_ref="ibgsaltco"      name="ibgsaltco"    /> 
     105       <field field_ref="ibgheatco"      name="ibgheatco"    /> 
     106       <field field_ref="ibgheatfx"      name="ibgheatfx"    /> 
    107107        
    108108       <!-- global forcings  --> 
    109        <field field_ref="ibgfrcvoltop"   grid_ref="grid_1point"   name="ibgfrcvoltop" /> 
    110        <field field_ref="ibgfrcvolbot"   grid_ref="grid_1point"   name="ibgfrcvolbot" /> 
    111        <field field_ref="ibgfrctemtop"   grid_ref="grid_1point"   name="ibgfrctemtop" /> 
    112        <field field_ref="ibgfrctembot"   grid_ref="grid_1point"   name="ibgfrctembot" /> 
    113        <field field_ref="ibgfrcsal"      grid_ref="grid_1point"   name="ibgfrcsal"    /> 
    114        <field field_ref="ibgfrchfxtop"   grid_ref="grid_1point"   name="ibgfrchfxtop" /> 
    115        <field field_ref="ibgfrchfxbot"   grid_ref="grid_1point"   name="ibgfrchfxbot" /> 
     109       <field field_ref="ibgfrcvoltop"   name="ibgfrcvoltop" /> 
     110       <field field_ref="ibgfrcvolbot"   name="ibgfrcvolbot" /> 
     111       <field field_ref="ibgfrctemtop"   name="ibgfrctemtop" /> 
     112       <field field_ref="ibgfrctembot"   name="ibgfrctembot" /> 
     113       <field field_ref="ibgfrcsal"      name="ibgfrcsal"    /> 
     114       <field field_ref="ibgfrchfxtop"   name="ibgfrchfxtop" /> 
     115       <field field_ref="ibgfrchfxbot"   name="ibgfrchfxbot" /> 
    116116     </file> 
    117117      
  • NEMO/branches/2019/dev_r11085_ASINTER-05_Brodeau_Advanced_Bulk/cfgs/ORCA2_ICE_PISCES/EXPREF/file_def_nemo-oce.xml

    r11772 r11831  
    77=                                         put the variables you want...                                    = 
    88============================================================================================================ 
    9 --> 
     9    --> 
     10    
     11    <file_definition type="one_file" name="@expname@_@freq@_@startdate@_@enddate@" sync_freq="1mo" min_digits="4"> 
     12     
     13      <file_group id="5d" output_freq="5d"  output_level="10" enabled=".TRUE.">  <!-- 5d files -->    
     14        <file id="file11" name_suffix="_grid_T" description="ocean T grid variables" > 
     15          <field field_ref="e3t"      /> 
     16          <field field_ref="toce"         name="thetao"                                                                      operation="instant" freq_op="5d" > @toce_e3t / @e3t </field> 
     17          <field field_ref="soce"         name="so"                                                                          operation="instant" freq_op="5d" > @soce_e3t / @e3t </field> 
     18          <field field_ref="sst"          name="tos"   /> 
     19          <field field_ref="sss"          name="sos"   /> 
     20          <field field_ref="ssh"          name="zos"   /> 
     21          <field field_ref="sst"          name="tosstd"       long_name="sea surface temperature standard deviation"         operation="instant" freq_op="5d" > sqrt( @sst2 - @sst * @sst ) </field> 
     22          <field field_ref="ssh"          name="zosstd"       long_name="sea surface height above geoid standard deviation"  operation="instant" freq_op="5d" > sqrt( @ssh2 - @ssh * @ssh ) </field> 
     23          <field field_ref="sst"          name="sstdcy"       long_name="amplitude of sst diurnal cycle"                     operation="average" freq_op="1d" > @sstmax - @sstmin </field> 
     24          <field field_ref="mldkz5"   /> 
     25          <field field_ref="mldr10_1" /> 
     26          <field field_ref="mldr10_1"     name="mldr10_1dcy"  long_name="amplitude of mldr10_1 diurnal cycle"                operation="average" freq_op="1d" > @mldr10_1max - @mldr10_1min </field> 
     27          <field field_ref="sbt"      /> 
     28          <field field_ref="heatc"        name="heatc" /> 
     29          <field field_ref="saltc"        name="saltc" /> 
    1030 
    11 <file_definition type="one_file" name="@expname@_@freq@_@startdate@_@enddate@" sync_freq="1mo" min_digits="4"> 
     31     <field field_ref="empmr"        name="wfo"      /> 
     32     <field field_ref="qsr_oce"      name="qsr_oce"  /> 
     33     <field field_ref="qns_oce"      name="qns_oce"  /> 
     34     <field field_ref="qt_oce"       name="qt_oce"   /> 
     35     <field field_ref="saltflx"      name="sfx"      /> 
     36     <field field_ref="taum"         name="taum"     /> 
     37     <field field_ref="wspd"         name="windsp"   /> 
     38     <field field_ref="precip"       name="precip"   /> 
     39     <!-- ice and snow --> 
     40     <field field_ref="snowpre" /> 
     41   </file> 
    1242 
    13 <file_group id="5d" output_freq="5d"  output_level="10" enabled=".TRUE.">  <!-- 5d files --> 
    14   <file id="file11" name_suffix="_grid_T" description="ocean T grid variables" > 
    15     <field field_ref="e3t"      /> 
    16     <field field_ref="toce"         name="thetao"                                                                      operation="instant" freq_op="5d" > @toce_e3t / @e3t </field> 
    17     <field field_ref="soce"         name="so"                                                                          operation="instant" freq_op="5d" > @soce_e3t / @e3t </field> 
    18     <field field_ref="sst"          name="tos"   /> 
    19     <field field_ref="sss"          name="sos"   /> 
    20     <field field_ref="ssh"          name="zos"   /> 
    21     <field field_ref="t_skin"       name="t_skin" /> 
    22     <field field_ref="dt_skin"      name="dt_skin"  /> 
    23     <field field_ref="sst"          name="tosstd"       long_name="sea surface temperature standard deviation"         operation="instant" freq_op="5d" > sqrt( @sst2 - @sst * @sst ) </field> 
    24     <field field_ref="ssh"          name="zosstd"       long_name="sea surface height above geoid standard deviation"  operation="instant" freq_op="5d" > sqrt( @ssh2 - @ssh * @ssh ) </field> 
    25     <field field_ref="sst"          name="sstdcy"       long_name="amplitude of sst diurnal cycle"                     operation="average" freq_op="1d" > @sstmax - @sstmin </field> 
    26     <field field_ref="mldkz5"   /> 
    27     <field field_ref="mldr10_1" /> 
    28     <field field_ref="mldr10_1"     name="mldr10_1dcy"  long_name="amplitude of mldr10_1 diurnal cycle"                operation="average" freq_op="1d" > @mldr10_1max - @mldr10_1min </field> 
    29     <field field_ref="sbt"      /> 
    30     <field field_ref="heatc"        name="heatc" /> 
    31     <field field_ref="saltc"        name="saltc" /> 
     43   <file id="file12" name_suffix="_grid_U" description="ocean U grid variables" > 
     44     <field field_ref="e3u" /> 
     45     <field field_ref="ssu"          name="uos"      /> 
     46     <field field_ref="uoce"         name="uo"       operation="instant" freq_op="5d" > @uoce_e3u / @e3u </field> 
     47     <field field_ref="utau"         name="tauuo"    /> 
     48          <field field_ref="uocetr_eff"   name="uocetr_eff"  /> 
     49          <!-- available with diaar5 --> 
     50     <field field_ref="u_masstr"     name="vozomatr" /> 
     51     <field field_ref="u_heattr"     name="sozohetr" /> 
     52     <field field_ref="u_salttr"     name="sozosatr" /> 
     53   </file> 
     54    
     55   <file id="file13" name_suffix="_grid_V" description="ocean V grid variables" > 
     56     <field field_ref="e3v" /> 
     57     <field field_ref="ssv"          name="vos"      /> 
     58     <field field_ref="voce"         name="vo"       operation="instant" freq_op="5d" > @voce_e3v / @e3v </field> 
     59     <field field_ref="vtau"         name="tauvo"    /> 
     60          <field field_ref="vocetr_eff"   name="vocetr_eff"  /> 
     61          <!-- available with diaar5 --> 
     62     <field field_ref="v_masstr"     name="vomematr" /> 
     63     <field field_ref="v_heattr"     name="somehetr" /> 
     64          <field field_ref="v_salttr"     name="somesatr" /> 
     65   </file> 
     66    
     67   <file id="file14" name_suffix="_grid_W" description="ocean W grid variables" > 
     68     <field field_ref="e3w" /> 
     69     <field field_ref="woce"         name="wo"       /> 
     70     <field field_ref="avt"          name="difvho"   /> 
     71     <field field_ref="w_masstr"     name="vovematr" /> 
     72         <!-- variables available with ln_zdfiwm =T --> 
     73          <field field_ref="av_wave"      name="av_wave"    /> 
     74          <field field_ref="bn2"          name="bn2"        /> 
     75          <field field_ref="bflx_iwm"     name="bflx_iwm"   /> 
     76          <field field_ref="pcmap_iwm"    name="pcmap_iwm"  /> 
     77          <field field_ref="emix_iwm"     name="emix_iwm"   /> 
     78          <field field_ref="av_ratio"     name="av_ratio"   /> 
     79   </file> 
    3280 
    33     <field field_ref="empmr"        name="wfo"      /> 
    34     <field field_ref="qsr_oce"      name="qsr_oce"  /> 
    35     <field field_ref="qns_oce"      name="qns_oce"  /> 
    36     <field field_ref="qt_oce"       name="qt_oce"   /> 
    37     <field field_ref="saltflx"      name="sfx"      /> 
    38     <field field_ref="taum"         name="taum"     /> 
    39     <field field_ref="wspd"         name="windsp"   /> 
    40     <field field_ref="precip"       name="precip"   /> 
    41     <field field_ref="berg_melt_qlat"  name="berg_melt_qlat" /> 
    42     <!-- ice and snow --> 
    43     <field field_ref="snowpre" /> 
    44   </file> 
     81        <file id="file15" name_suffix="_scalar" description="scalar variables" > 
     82          <!-- global drifts (conservation checks) --> 
     83          <field field_ref="bgtemper"     name="bgtemper"    /> 
     84          <field field_ref="bgsaline"     name="bgsaline"    /> 
     85          <field field_ref="bgheatco"     name="bgheatco"    /> 
     86          <field field_ref="bgheatfx"     name="bgheatfx"    /> 
     87          <field field_ref="bgsaltco"     name="bgsaltco"    /> 
     88          <field field_ref="bgvolssh"     name="bgvolssh"    /> 
     89          <field field_ref="bgvole3t"     name="bgvole3t"    /> 
    4590 
    46   <file id="file12" name_suffix="_grid_U" description="ocean U grid variables" > 
    47     <field field_ref="e3u" /> 
    48     <field field_ref="ssu"          name="uos"      /> 
    49     <field field_ref="uoce"         name="uo"       operation="instant" freq_op="5d" > @uoce_e3u / @e3u </field> 
    50     <field field_ref="utau"         name="tauuo"    /> 
    51     <field field_ref="uocetr_eff"   name="uocetr_eff"  /> 
    52     <!-- available with diaar5 --> 
    53     <field field_ref="u_masstr"     name="vozomatr" /> 
    54     <field field_ref="u_heattr"     name="sozohetr" /> 
    55     <field field_ref="u_salttr"     name="sozosatr" /> 
    56   </file> 
     91          <!-- global surface forcings  --> 
     92          <field field_ref="bgfrcvol"     name="bgfrcvol"    /> 
     93          <field field_ref="bgfrctem"     name="bgfrctem"    /> 
     94          <field field_ref="bgfrchfx"     name="bgfrchfx"    /> 
     95          <field field_ref="bgfrcsal"     name="bgfrcsal"    /> 
     96        </file> 
    5797 
    58   <file id="file13" name_suffix="_grid_V" description="ocean V grid variables" > 
    59     <field field_ref="e3v" /> 
    60     <field field_ref="ssv"          name="vos"      /> 
    61     <field field_ref="voce"         name="vo"       operation="instant" freq_op="5d" > @voce_e3v / @e3v </field> 
    62     <field field_ref="vtau"         name="tauvo"    /> 
    63     <field field_ref="vocetr_eff"   name="vocetr_eff"  /> 
    64     <!-- available with diaar5 --> 
    65     <field field_ref="v_masstr"     name="vomematr" /> 
    66     <field field_ref="v_heattr"     name="somehetr" /> 
    67     <field field_ref="v_salttr"     name="somesatr" /> 
    68   </file> 
    69  
    70   <file id="file14" name_suffix="_grid_W" description="ocean W grid variables" > 
    71     <field field_ref="e3w" /> 
    72     <field field_ref="woce"         name="wo"       /> 
    73     <field field_ref="avt"          name="difvho"   /> 
    74     <field field_ref="w_masstr"     name="vovematr" /> 
    75     <!-- variables available with ln_zdfiwm =T --> 
    76     <field field_ref="av_wave"      name="av_wave"    /> 
    77     <field field_ref="bn2"          name="bn2"        /> 
    78     <field field_ref="bflx_iwm"     name="bflx_iwm"   /> 
    79     <field field_ref="pcmap_iwm"    name="pcmap_iwm"  /> 
    80     <field field_ref="emix_iwm"     name="emix_iwm"   /> 
    81     <field field_ref="av_ratio"     name="av_ratio"   /> 
    82   </file> 
    83  
    84   <file id="file15" name_suffix="_scalar" description="scalar variables" > 
    85     <!-- global drifts (conservation checks) --> 
    86     <field field_ref="bgtemper"     grid_ref="grid_1point"   name="bgtemper"    /> 
    87     <field field_ref="bgsaline"     grid_ref="grid_1point"   name="bgsaline"    /> 
    88     <field field_ref="bgheatco"     grid_ref="grid_1point"   name="bgheatco"    /> 
    89     <field field_ref="bgheatfx"     grid_ref="grid_1point"   name="bgheatfx"    /> 
    90     <field field_ref="bgsaltco"     grid_ref="grid_1point"   name="bgsaltco"    /> 
    91     <field field_ref="bgvolssh"     grid_ref="grid_1point"   name="bgvolssh"    /> 
    92     <field field_ref="bgvole3t"     grid_ref="grid_1point"   name="bgvole3t"    /> 
    93  
    94     <!-- global surface forcings  --> 
    95     <field field_ref="bgfrcvol"     grid_ref="grid_1point"   name="bgfrcvol"    /> 
    96     <field field_ref="bgfrctem"     grid_ref="grid_1point"   name="bgfrctem"    /> 
    97     <field field_ref="bgfrchfx"     grid_ref="grid_1point"   name="bgfrchfx"    /> 
    98     <field field_ref="bgfrcsal"     grid_ref="grid_1point"   name="bgfrcsal"    /> 
    99   </file> 
    100  
    101 </file_group> 
     98      </file_group>  
    10299 
    103100 
    104 <file_group id="1m" output_freq="1mo" output_level="10" enabled=".TRUE."> <!-- real monthly files --> 
    105 </file_group> 
     101      <file_group id="1m" output_freq="1mo" output_level="10" enabled=".TRUE."> <!-- real monthly files --> 
     102      </file_group> 
    106103 
    107 <file_group id="1y"  output_freq="1y" output_level="10" enabled=".TRUE."> <!-- real yearly files --> 
    108 </file_group> 
     104      <file_group id="1y"  output_freq="1y" output_level="10" enabled=".TRUE."> <!-- real yearly files --> 
     105      </file_group> 
     106    
     107       
     108      <file_group id="1ts" output_freq="1ts" output_level="10" enabled=".TRUE."/> <!-- 1 time step files --> 
     109      <file_group id="2h"  output_freq="2h"  output_level="10" enabled=".TRUE."/> <!-- 2h files --> 
     110      <file_group id="3h"  output_freq="3h"  output_level="10" enabled=".TRUE."/> <!-- 3h files -->      
     111      <file_group id="4h"  output_freq="4h"  output_level="10" enabled=".TRUE."/> <!-- 4h files --> 
     112      <file_group id="6h"  output_freq="6h"  output_level="10" enabled=".TRUE."/> <!-- 6h files -->      
     113      <file_group id="2m"  output_freq="2mo" output_level="10" enabled=".TRUE."/> <!-- real 2m files --> 
     114      <file_group id="3m"  output_freq="3mo" output_level="10" enabled=".TRUE."/> <!-- real 3m files --> 
     115      <file_group id="4m"  output_freq="4mo" output_level="10" enabled=".TRUE."/> <!-- real 4m files --> 
     116      <file_group id="6m"  output_freq="6mo" output_level="10" enabled=".TRUE."/> <!-- real 6m files --> 
     117      <file_group id="2y"  output_freq="2y"  output_level="10" enabled=".TRUE."/> <!-- real 2y files --> 
     118      <file_group id="5y"  output_freq="5y"  output_level="10" enabled=".TRUE."/> <!-- real 5y files --> 
     119      <file_group id="10y" output_freq="10y" output_level="10" enabled=".TRUE."/> <!-- real 10y files --> 
     120 
     121   </file_definition> 
     122     
    109123 
    110124 
    111 <file_group id="1ts" output_freq="1ts" output_level="10" enabled=".TRUE."/> <!-- 1 time step files --> 
    112 <file_group id="2h"  output_freq="2h"  output_level="10" enabled=".TRUE."/> <!-- 2h files --> 
    113 <file_group id="3h"  output_freq="3h"  output_level="10" enabled=".TRUE."/> <!-- 3h files --> 
    114 <file_group id="4h"  output_freq="4h"  output_level="10" enabled=".TRUE."/> <!-- 4h files --> 
    115 <file_group id="6h"  output_freq="6h"  output_level="10" enabled=".TRUE."/> <!-- 6h files --> 
    116 <file_group id="2m"  output_freq="2mo" output_level="10" enabled=".TRUE."/> <!-- real 2m files --> 
    117 <file_group id="3m"  output_freq="3mo" output_level="10" enabled=".TRUE."/> <!-- real 3m files --> 
    118 <file_group id="4m"  output_freq="4mo" output_level="10" enabled=".TRUE."/> <!-- real 4m files --> 
    119 <file_group id="6m"  output_freq="6mo" output_level="10" enabled=".TRUE."/> <!-- real 6m files --> 
    120 <file_group id="2y"  output_freq="2y"  output_level="10" enabled=".TRUE."/> <!-- real 2y files --> 
    121 <file_group id="5y"  output_freq="5y"  output_level="10" enabled=".TRUE."/> <!-- real 5y files --> 
    122 <file_group id="10y" output_freq="10y" output_level="10" enabled=".TRUE."/> <!-- real 10y files --> 
    123125 
    124 </file_definition> 
  • NEMO/branches/2019/dev_r11085_ASINTER-05_Brodeau_Advanced_Bulk/cfgs/ORCA2_ICE_PISCES/EXPREF/file_def_nemo-pisces.xml

    r9909 r11831  
    1414 
    1515        <file id="file31" name_suffix="_bioscalar" description="pisces sms variables" > 
    16           <field field_ref="tdenit"   name="tdenit"   grid_ref="grid_1point" unit="TgN/yr" operation="instant" > tdenit * 14. * 86400. * 365. / 1e12 </field> 
    17           <field field_ref="tnfix"    name="tnfix"    grid_ref="grid_1point" unit="TgN/yr" operation="instant" > tnfix * 14. * 86400. * 365. / 1e12 </field> 
    18           <field field_ref="tcflx"    name="tcflx"    grid_ref="grid_1point" unit="PgC/yr" operation="instant" > tcflx * -1. * 12. * 86400. * 365. / 1e15 </field> 
    19           <field field_ref="tcflxcum" name="tcflxcum" grid_ref="grid_1point" unit="PgC"    operation="instant" > tcflxcum * -1. * 12. / 1e15 </field> 
    20           <field field_ref="tcexp"    name="tcexp"    grid_ref="grid_1point" unit="PgC/yr" operation="instant" > tcexp * 12. * 86400. * 365. / 1e15 </field> 
    21           <field field_ref="tintpp"   name="tintpp"   grid_ref="grid_1point" unit="PgC/yr" operation="instant" > tintpp * 12. * 86400. * 365. / 1e15 </field> 
    22           <field field_ref="pno3tot"  name="pno3tot"  grid_ref="grid_1point" unit="umolN"  > pno3tot * 16. / 122. * 1e6 </field> 
    23           <field field_ref="ppo4tot"  name="ppo4tot"  grid_ref="grid_1point" unit="umolP"  > ppo4tot * 1. / 122. * 1e6 </field> 
    24           <field field_ref="psiltot"  name="psiltot"  grid_ref="grid_1point" unit="umolC"  > psiltot * 1e6  </field> 
    25           <field field_ref="palktot"  name="palktot"  grid_ref="grid_1point" unit="umolC"  > palktot * 1e6  </field> 
    26           <field field_ref="pfertot"  name="pfertot"  grid_ref="grid_1point" unit="nmolFe" > pfertot * 1e9  </field> 
     16          <field field_ref="tdenit"   name="tdenit"    unit="TgN/yr" operation="instant" > tdenit * 14. * 86400. * 365. / 1e12 </field> 
     17          <field field_ref="tnfix"    name="tnfix"    unit="TgN/yr" operation="instant" > tnfix * 14. * 86400. * 365. / 1e12 </field> 
     18          <field field_ref="tcflx"    name="tcflx"    unit="PgC/yr" operation="instant" > tcflx * -1. * 12. * 86400. * 365. / 1e15 </field> 
     19          <field field_ref="tcflxcum" name="tcflxcum" unit="PgC"    operation="instant" > tcflxcum * -1. * 12. / 1e15 </field> 
     20          <field field_ref="tcexp"    name="tcexp"    unit="PgC/yr" operation="instant" > tcexp * 12. * 86400. * 365. / 1e15 </field> 
     21          <field field_ref="tintpp"   name="tintpp"    unit="PgC/yr" operation="instant" > tintpp * 12. * 86400. * 365. / 1e15 </field> 
     22          <field field_ref="pno3tot"  name="pno3tot"  unit="umolN"  > pno3tot * 16. / 122. * 1e6 </field> 
     23          <field field_ref="ppo4tot"  name="ppo4tot"  unit="umolP"  > ppo4tot * 1. / 122. * 1e6 </field> 
     24          <field field_ref="psiltot"  name="psiltot"  unit="umolC"  > psiltot * 1e6  </field> 
     25          <field field_ref="palktot"  name="palktot"  unit="umolC"  > palktot * 1e6  </field> 
     26          <field field_ref="pfertot"  name="pfertot"  unit="nmolFe" > pfertot * 1e9  </field> 
    2727        </file> 
    2828 
  • NEMO/branches/2019/dev_r11085_ASINTER-05_Brodeau_Advanced_Bulk/cfgs/ORCA2_ICE_PISCES/EXPREF/namelist_cfg

    r11772 r11831  
    2222   cn_exp      =  "ORCA2"  !  experience name 
    2323   nn_it000    =       1   !  first time step 
    24    nn_itend    =    5475   !  last  time step (std 5475) 
     24   nn_itend    =    5840   !  last  time step (std 5475) 
    2525   nn_istate   =       0   !  output the initial state (1) or not (0) 
    2626/ 
     
    2828&namdom        !   time and space domain 
    2929!----------------------------------------------------------------------- 
    30    rn_rdt      = 5760.     !  time step for the dynamics and tracer 
     30   rn_rdt      = 5400.     !  time step for the dynamics and tracer 
    3131/ 
    3232!----------------------------------------------------------------------- 
     
    5050   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
    5151   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
    52    sn_tem = 'data_1m_potential_temperature_nomask',     -1      ,'votemper',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
    53    sn_sal = 'data_1m_salinity_nomask'             ,     -1      ,'vosaline',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
     52   sn_tem = 'data_1m_potential_temperature_nomask',     -1.     ,'votemper',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
     53   sn_sal = 'data_1m_salinity_nomask'             ,     -1.     ,'vosaline',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
    5454/ 
    5555!!====================================================================== 
     
    7575&namsbc        !   Surface Boundary Condition manager                   (default: NO selection) 
    7676!----------------------------------------------------------------------- 
    77    nn_fsbc     = 1         !!LOLO!  frequency of SBC module call 
     77   nn_fsbc     = 1         !  frequency of SBC module call 
    7878                           !     (also = the frequency of sea-ice & iceberg model call) 
    7979                     ! Type of air-sea fluxes  
     
    119119      ln_humi_rlh = .false. !  humidity specified below in "sn_humi" is relative humidity       [%]   if .true. 
    120120   ! 
    121    cn_dir = './FATM/'  !  root directory for the bulk data location 
     121   cn_dir = './'  !  root directory for the bulk data location 
    122122   !___________!_________________________!___________________!___________!_____________!________!___________!______________________________________!__________!_______________! 
    123    !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
    124    !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
    125    sn_wndi     = 'u10_ERAi_512x256-ORCA2_gridT',   3         ,   'u10'   ,   .false.   , .false. , 'yearly'  ,       ''        , ''       , '' 
    126    sn_wndj     = 'v10_ERAi_512x256-ORCA2_gridT',   3         ,   'v10'   ,   .false.   , .false. , 'yearly'  ,       ''        , ''       , '' 
    127    sn_qsr      = 'radsw_ERAi_512x256-ORCA2'   ,   24         ,  'radsw'  ,   .false.   , .false. , 'yearly'  ,       ''        , ''       , '' 
    128    sn_qlw      = 'radlw_ERAi_512x256-ORCA2'   ,   24         ,  'radlw'  ,   .false.   , .false. , 'yearly'  ,       ''        , ''       , '' 
    129    sn_tair     = 't2_ERAi_512x256-ORCA2'      ,    3         ,    't2'   ,   .false.   , .false. , 'yearly'  ,       ''        , ''       , '' 
    130    sn_humi     = 'd2_ERAi_512x256-ORCA2'      ,    3         ,    'd2'   ,   .false.   , .false. , 'yearly'  ,       ''        , ''       , '' 
    131    sn_prec     = 'precip_ERAi_512x256-ORCA2'  ,   24         ,  'precip' ,   .false.   , .false. , 'yearly'  ,       ''        , ''       , '' 
    132    sn_snow     = 'snow_ERAi_512x256-ORCA2'    ,   24         ,   'snow'  ,   .false.   , .false. , 'yearly'  ,       ''        , ''       , '' 
    133    sn_slp      = 'msl_ERAi_512x256-ORCA2'     ,    3         ,   'msl'   ,   .false.   , .false. , 'yearly'  ,       ''        , ''       , '' 
    134    sn_tdif     = 'taudif_core'                ,   24         , 'taudif'  ,   .false.   , .false. , 'yearly'  ,       ''        , ''       , '' 
     123   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ !          weights filename            ! rotation ! land/sea mask ! 
     124   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                                      ! pairing  !    filename   ! 
     125   sn_wndi     = 'u_10.15JUNE2009_fill'       ,    6.        , 'U_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bicubic_noc.nc'  , 'Uwnd'   , '' 
     126   sn_wndj     = 'v_10.15JUNE2009_fill'       ,    6.        , 'V_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bicubic_noc.nc'  , 'Vwnd'   , '' 
     127   sn_qsr      = 'ncar_rad.15JUNE2009_fill'   ,   24.        , 'SWDN_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     128   sn_qlw      = 'ncar_rad.15JUNE2009_fill'   ,   24.        , 'LWDN_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     129   sn_tair     = 't_10.15JUNE2009_fill'       ,    6.        , 'T_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     130   sn_humi     = 'q_10.15JUNE2009_fill'       ,    6.        , 'Q_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     131   sn_prec     = 'ncar_precip.15JUNE2009_fill',   -1.        , 'PRC_MOD1',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     132   sn_snow     = 'ncar_precip.15JUNE2009_fill',   -1.        , 'SNOW'    ,   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     133   sn_slp      = 'slp.15JUNE2009_fill'        ,    6.        , 'SLP'     ,   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     134   sn_tdif     = 'taudif_core'                ,   24.        , 'taudif'  ,   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
    135135/ 
    136136!----------------------------------------------------------------------- 
     
    146146   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
    147147   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
    148    sn_chl      ='chlorophyll'            ,        -1         , 'CHLA'    ,   .true.    , .true. , 'yearly'  , ''               , ''       , '' 
     148   sn_chl      ='chlorophyll'            ,        -1.        , 'CHLA'    ,   .true.    , .true. , 'yearly'  , ''               , ''       , '' 
    149149/ 
    150150!----------------------------------------------------------------------- 
     
    168168   !           !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    169169   !           !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
    170    sn_rnf      = 'runoff_core_monthly',    -1    , 'sorunoff',   .true.     , .true. , 'yearly'  , ''       , ''       , '' 
    171    sn_cnf      = 'runoff_core_monthly',     0    , 'socoefr0',   .false.    , .true. , 'yearly'  , ''       , ''       , '' 
    172    sn_s_rnf    = 'runoffs'            ,    24    , 'rosaline',   .true.     , .true. , 'yearly'  , ''       , ''       , '' 
    173    sn_t_rnf    = 'runoffs'            ,    24    , 'rotemper',   .true.     , .true. , 'yearly'  , ''       , ''       , '' 
    174    sn_dep_rnf  = 'runoffs'            ,     0    , 'rodepth' ,   .false.    , .true. , 'yearly'  , ''       , ''       , '' 
     170   sn_rnf      = 'runoff_core_monthly',    -1.   , 'sorunoff',   .true.     , .true. , 'yearly'  , ''       , ''       , '' 
     171   sn_cnf      = 'runoff_core_monthly',     0.   , 'socoefr0',   .false.    , .true. , 'yearly'  , ''       , ''       , '' 
     172   sn_s_rnf    = 'runoffs'            ,    24.   , 'rosaline',   .true.     , .true. , 'yearly'  , ''       , ''       , '' 
     173   sn_t_rnf    = 'runoffs'            ,    24.   , 'rotemper',   .true.     , .true. , 'yearly'  , ''       , ''       , '' 
     174   sn_dep_rnf  = 'runoffs'            ,     0.   , 'rodepth' ,   .false.    , .true. , 'yearly'  , ''       , ''       , '' 
    175175/ 
    176176!----------------------------------------------------------------------- 
     
    187187   !      ! file name ! frequency (hours) !   variable   ! time interp. !  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    188188   !      !           !  (if <0  months)  !     name     !   (logical)  !  (T/F ) ! 'monthly' ! filename ! pairing  ! filename      ! 
    189    sn_icb =  'calving',       -1          , 'calving'    ,   .true.     , .true.  , 'yearly'  , ''       , ''       , '' 
     189   sn_icb =  'calving',       -1.         , 'calving'    ,   .true.     , .true.  , 'yearly'  , ''       , ''       , '' 
    190190/ 
    191191!!====================================================================== 
     
    405405!!   namdiu       Cool skin and warm layer models                       (default: OFF) 
    406406!!   namdiu       Cool skin and warm layer models                       (default: OFF) 
    407 !!   namflo       float parameters                                      ("key_float") 
    408 !!   nam_diaharm  Harmonic analysis of tidal constituents               ("key_diaharm") 
    409 !!   namdct       transports through some sections                      ("key_diadct") 
     407!!   namflo       float parameters                                      (default: OFF) 
     408!!   nam_diaharm  Harmonic analysis of tidal constituents               (default: OFF) 
     409!!   nam_diadct   transports through some sections                      (default: OFF) 
    410410!!   nam_diatmb   Top Middle Bottom Output                              (default: OFF) 
    411411!!   nam_dia25h   25h Mean Output                                       (default: OFF) 
  • NEMO/branches/2019/dev_r11085_ASINTER-05_Brodeau_Advanced_Bulk/cfgs/ORCA2_ICE_PISCES/EXPREF/namelist_ice_cfg

    r10535 r11831  
    3838&namdyn_rhg     !   Ice rheology 
    3939!------------------------------------------------------------------------------ 
     40      ln_aEVP       = .false.          !     adaptive rheology (Kimmritz et al. 2016 & 2017) 
    4041/ 
    4142!------------------------------------------------------------------------------ 
  • NEMO/branches/2019/dev_r11085_ASINTER-05_Brodeau_Advanced_Bulk/cfgs/ORCA2_ICE_PISCES/EXPREF/namelist_top_cfg

    r10375 r11831  
    5757!          !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    5858!          !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
    59    sn_trcdta(1)  = 'data_DIC_nomask'        ,        -12        ,  'DIC'     ,    .false.   , .true. , 'yearly'  , ''       , ''   , '' 
    60    sn_trcdta(2)  = 'data_Alkalini_nomask'   ,        -12        ,  'Alkalini',    .false.   , .true. , 'yearly'  , ''       , ''   , '' 
    61    sn_trcdta(3)  = 'data_O2_nomask'         ,        -1         ,  'O2'      ,    .true.    , .true. , 'yearly'  , ''       , ''   , '' 
    62    sn_trcdta(5)  = 'data_PO4_nomask'        ,        -1         ,  'PO4'     ,    .true.    , .true. , 'yearly'  , ''       , ''   , '' 
    63    sn_trcdta(7)  = 'data_Si_nomask'         ,        -1         ,  'Si'      ,    .true.    , .true. , 'yearly'  , ''       , ''   , '' 
    64    sn_trcdta(10) = 'data_DOC_nomask'        ,        -12        ,  'DOC'     ,    .false.   , .true. , 'yearly'  , ''       , ''   , '' 
    65    sn_trcdta(14) = 'data_Fer_nomask'        ,        -12        ,  'Fer'     ,    .false.   , .true. , 'yearly'  , ''       , ''   , '' 
    66    sn_trcdta(23) = 'data_NO3_nomask'        ,        -1         ,  'NO3'     ,    .true.    , .true. , 'yearly'  , ''       , ''   , '' 
     59   sn_trcdta(1)  = 'data_DIC_nomask'        ,        -12.       ,  'DIC'     ,    .false.   , .true. , 'yearly'  , ''       , ''   , '' 
     60   sn_trcdta(2)  = 'data_Alkalini_nomask'   ,        -12.       ,  'Alkalini',    .false.   , .true. , 'yearly'  , ''       , ''   , '' 
     61   sn_trcdta(3)  = 'data_O2_nomask'         ,        -1.        ,  'O2'      ,    .true.    , .true. , 'yearly'  , ''       , ''   , '' 
     62   sn_trcdta(5)  = 'data_PO4_nomask'        ,        -1.        ,  'PO4'     ,    .true.    , .true. , 'yearly'  , ''       , ''   , '' 
     63   sn_trcdta(7)  = 'data_Si_nomask'         ,        -1.        ,  'Si'      ,    .true.    , .true. , 'yearly'  , ''       , ''   , '' 
     64   sn_trcdta(10) = 'data_DOC_nomask'        ,        -12.       ,  'DOC'     ,    .false.   , .true. , 'yearly'  , ''       , ''   , '' 
     65   sn_trcdta(14) = 'data_Fer_nomask'        ,        -12.       ,  'Fer'     ,    .false.   , .true. , 'yearly'  , ''       , ''   , '' 
     66   sn_trcdta(23) = 'data_NO3_nomask'        ,        -1.        ,  'NO3'     ,    .true.    , .true. , 'yearly'  , ''       , ''   , '' 
    6767   rn_trfac(1)   =   1.0e-06  !  multiplicative factor 
    6868   rn_trfac(2)   =   1.0e-06  !  -      -      -     - 
Note: See TracChangeset for help on using the changeset viewer.