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 7068 for branches/2016/dev_r7012_ROBUST5_CNRS/NEMOGCM/CONFIG/ORCA2_LIM3_TRC – NEMO

Ignore:
Timestamp:
2016-10-21T17:38:13+02:00 (8 years ago)
Author:
cetlod
Message:

ROBUST5_CNRS : implementation of part I of new TOP interface - 1st step -, see ticket #1782

Location:
branches/2016/dev_r7012_ROBUST5_CNRS/NEMOGCM/CONFIG/ORCA2_LIM3_TRC
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_r7012_ROBUST5_CNRS/NEMOGCM/CONFIG/ORCA2_LIM3_TRC/EXP00/iodef.xml

    r7041 r7068  
    3535      <file_group id="6h" output_freq="6h"  output_level="10" enabled=".TRUE."/> <!-- 6h files -->      
    3636 
    37       <file_group id="1d" output_freq="1d"  output_level="10" enabled=".TRUE."> <!-- 1d files --> 
     37      <file_group id="1d" output_freq="1d"  output_level="10" enabled=".TRUE."/> <!-- 1d files --> 
     38       
     39      <file_group id="3d" output_freq="3d"  output_level="10" enabled=".TRUE."/> <!-- 3d files --> 
     40       
     41      <file_group id="5d" output_freq="5d"  output_level="10" enabled=".TRUE.">  <!-- 5d files -->    
     42    
    3843   <file id="file1" name_suffix="_grid_T" description="ocean T grid variables" > 
     44     <field field_ref="e3t"      /> 
     45     <field field_ref="toce"         name="thetao"                                                                      operation="instant" freq_op="5d" > @toce_e3t / @e3t </field> 
     46     <field field_ref="soce"         name="so"                                                                          operation="instant" freq_op="5d" > @soce_e3t / @e3t </field> 
    3947     <field field_ref="sst"          name="tos"   /> 
    4048     <field field_ref="sss"          name="sos"   /> 
    4149     <field field_ref="ssh"          name="zos"   /> 
    42    </file> 
    43  
    44         <file id="file2" name_suffix="_ptrc_T" description="passive tracers variables" > 
     50     <field field_ref="sst"          name="tosstd"       long_name="sea surface temperature standard deviation"         operation="instant" freq_op="5d" > sqrt( @sst2 - @sst * @sst ) </field> 
     51     <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> 
     52     <field field_ref="sst"          name="sstdcy"       long_name="amplitude of sst diurnal cycle"                     operation="average" freq_op="1d" > @sstmax - @sstmin </field> 
     53     <field field_ref="mldkz5"   /> 
     54     <field field_ref="mldr10_1" /> 
     55     <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> 
     56     <field field_ref="sbt"      /> 
     57     <field field_ref="heatc"        name="heatc" /> 
     58     <field field_ref="saltc"        name="saltc" /> 
     59   </file> 
     60 
     61   <file id="file2" name_suffix="_SBC" description="surface fluxes variables" > <!-- time step automaticaly defined based on nn_fsbc --> 
     62     <field field_ref="empmr"        name="wfo"      /> 
     63     <field field_ref="qsr_oce"      name="qsr_oce"  /> 
     64     <field field_ref="qns_oce"      name="qns_oce"  /> 
     65     <field field_ref="qt_oce"       name="qt_oce"   /> 
     66     <field field_ref="qsr_ice"      name="qsr_ice"  /> 
     67     <field field_ref="qns_ice"      name="qns_ice"  /> 
     68     <field field_ref="qtr_ice"      name="qtr_ice"  /> 
     69     <field field_ref="qt_ice"       name="qt_ice"   /> 
     70     <field field_ref="saltflx"      name="sfx"      /> 
     71     <field field_ref="taum"         name="taum"     /> 
     72     <field field_ref="wspd"         name="windsp"   /> 
     73     <field field_ref="precip"       name="precip"   /> 
     74     <!-- ice and snow --> 
     75     <field field_ref="snowpre" /> 
     76     <field field_ref="utau_ice"     name="utau_ice" /> 
     77     <field field_ref="vtau_ice"     name="vtau_ice" /> 
     78   </file> 
     79 
     80   <file id="file3" name_suffix="_grid_U" description="ocean U grid variables" > 
     81     <field field_ref="e3u" /> 
     82     <field field_ref="ssu"          name="uos"      /> 
     83     <field field_ref="uoce"         name="uo"       operation="instant" freq_op="5d" > @uoce_e3u / @e3u </field> 
     84     <field field_ref="utau"         name="tauuo"    /> 
     85          <!-- available with key_diaar5 --> 
     86     <field field_ref="u_masstr"     name="vozomatr" /> 
     87     <field field_ref="u_heattr"     name="sozohetr" /> 
     88      <field field_ref="u_salttr"     name="sozosatr" /> 
     89   </file> 
     90    
     91   <file id="file4" name_suffix="_grid_V" description="ocean V grid variables" > 
     92     <field field_ref="e3v" /> 
     93     <field field_ref="ssv"          name="vos"      /> 
     94     <field field_ref="voce"         name="vo"       operation="instant" freq_op="5d" > @voce_e3v / @e3v </field> 
     95     <field field_ref="vtau"         name="tauvo"    /> 
     96          <!-- available with key_diaar5 --> 
     97     <field field_ref="v_masstr"     name="vomematr" /> 
     98     <field field_ref="v_heattr"     name="somehetr" /> 
     99      <field field_ref="v_salttr"     name="somesatr" /> 
     100   </file> 
     101    
     102   <file id="file5" name_suffix="_grid_W" description="ocean W grid variables" > 
     103     <field field_ref="e3w" /> 
     104     <field field_ref="woce"         name="wo"       /> 
     105     <field field_ref="avt"          name="difvho"   /> 
     106     <field field_ref="w_masstr"     name="vovematr" /> 
     107   </file> 
     108 
     109   <file id="file6" name_suffix="_icemod" description="ice variables" enabled=".true." > 
     110          <field field_ref="snowthic_cea"    name="snthic" /> 
     111          <field field_ref="icethic_cea"     name="sithic" /> 
     112          <field field_ref="icevolu"         name="sivolu" /> 
     113          <field field_ref="snowvol"         name="snvolu" /> 
     114          <field field_ref="iceconc"         name="siconc" /> 
     115 
     116          <field field_ref="isst"            name="sst"    /> 
     117          <field field_ref="isss"            name="sss"    /> 
     118          <field field_ref="micesalt"        name="sisali" /> 
     119          <field field_ref="micet"           name="sitemp" /> 
     120          <field field_ref="icest"           name="sistem" /> 
     121          <field field_ref="icehc"           name="siheco" /> 
     122          <field field_ref="isnowhc"         name="snheco" /> 
     123          <field field_ref="miceage"         name="siages" /> 
     124 
     125          <field field_ref="uice_ipa"        name="sivelu" /> 
     126          <field field_ref="vice_ipa"        name="sivelv" /> 
     127          <field field_ref="icevel"          name="sivelo" /> 
     128          <field field_ref="idive"           name="sidive" /> 
     129          <field field_ref="ishear"          name="sishea" /> 
     130          <field field_ref="icestr"          name="sistre" /> 
     131 
     132          <field field_ref="ibrinv"          name="sibrin" /> 
     133          <field field_ref="icecolf"         name="sicolf" /> 
     134 
     135          <field field_ref="iceage_cat"      name="siagecat" /> 
     136          <field field_ref="iceconc_cat"     name="siconcat" /> 
     137          <field field_ref="icethic_cat"     name="sithicat" /> 
     138          <field field_ref="snowthic_cat"    name="snthicat" /> 
     139          <field field_ref="salinity_cat"    name="salincat" /> 
     140          <field field_ref="brinevol_cat"    name="sibricat" /> 
     141     <field field_ref="icetemp_cat"     name="sitemcat" /> 
     142     <field field_ref="snwtemp_cat"     name="sntemcat" /> 
     143 
     144   </file> 
     145 
     146        <file id="file9" name_suffix="_ptrc_T" description="passive tracers variables" > 
    45147           <field field_ref="Age"    operation="average" freq_op="1d" > @Age_e3t / @e3t </field> 
    46148           <field field_ref="CFC11"  operation="average" freq_op="1d" > @CFC11_e3t / @e3t </field> 
    47149           <field field_ref="RC14"   operation="average" freq_op="1d" > @RC14_e3t / @e3t </field> 
    48150         </file> 
    49       </file_group> 
    50        
    51       <file_group id="3d" output_freq="3d"  output_level="10" enabled=".TRUE."/> <!-- 3d files --> 
    52        
    53       <file_group id="5d" output_freq="5d"  output_level="10" enabled=".TRUE.">  <!-- 5d files -->    
     151 
    54152      </file_group> 
    55153 
  • branches/2016/dev_r7012_ROBUST5_CNRS/NEMOGCM/CONFIG/ORCA2_LIM3_TRC/EXP00/namelist_trc_cfg

    r7041 r7068  
    1010/ 
    1111!''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' 
    12 &namcfcdate     !   CFC  
     12&namcfc     !   CFC  
    1313!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 
    1414/ 
     
    2525! 
    2626!''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' 
    27 &namc14_dia     !  additional diagnostics 
    28 !,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 
    29       ln_c14dia=.true.                                   !                !  
    30       c14dia3d(1)  = 'DeltaC14'            ! Delta C14 (permil) 
    31       c14dia3d(2)  = 'C14Age'              ! Radioage (yr) 
    32       c14dia2d(1)  = 'qtr_c14'             ! Air-sea flux  (1/m2/s) 
    33       c14dia2d(2)  = 'qint_c14'            ! Cumulative air-sea flux (1/m2) 
    34       c14dia2d(3)  = 'RAge'                ! Reservoir Age (yr) 
    35       c14dia0d(1)  = 'AtmCO2'              ! Global atmospheric CO2 (ppm) 
    36       c14dia0d(2)  = 'AtmC14'              ! Global atmospheric Delta-C14 (permil) 
    37       c14dia0d(3)  = 'K_C14'               ! Global 14C/C exchange velocity (m/yr) 
    38       c14dia0d(4)  = 'K_CO2'               ! Global CO2 piston velocity (cm/h) 
    39       c14dia0d(5)  = 'C14Inv'              ! Radiocarbon ocean inventory (10^26 atoms) 
    40 / 
    41 ! 
    42 !''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' 
    4327&namc14_fcg     !  files & dates 
    4428!               !  For Paleo-historical: specify tyrc14_beg in yr BP 
    4529!               !  For Bomb: tyrc14_beg=0 
    4630!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 
    47    cfileco2    = 'splco2.dat'  !  atmospheric co2 - Bomb 
    48    cfilec14    = 'atmc14.dat'  !  atmospheric c14 - Bomb 
    49    tyrc14_beg  = 0.00          !  starting year of experiment - Bomb 
    50 !   cfileco2    = 'ByrdEdcCO2.txt' !  atmospheric co2 - Paleo 
    51 !   cfilec14    = 'intcal13.14c'   !  atmospheric c14 - Paleo 
    52 !   tyrc14_beg  =  35000.00        !  starting year of experiment - Paleo (yr BP) 
    5331/ 
    5432! 
  • branches/2016/dev_r7012_ROBUST5_CNRS/NEMOGCM/CONFIG/ORCA2_LIM3_TRC/cpp_ORCA2_LIM3_TRC.fcm

    r7041 r7068  
    1 bld::tool::fppkeys key_trabbl key_lim3 key_zdftke key_zdfddm key_zdftmx key_top key_iomput key_mpp_mpi key_nosignedzero 
     1bld::tool::fppkeys key_trabbl key_lim3 key_zdftke key_zdfddm key_zdftmx key_top key_iomput key_mpp_mpi 
Note: See TracChangeset for help on using the changeset viewer.