Changeset 1021
- Timestamp:
- 05/17/10 17:47:53 (15 years ago)
- Location:
- CONFIG/IPSLCM/IPSLCM5A
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/IPSLCM/IPSLCM5A/EXP00/COMP/lim2.card
r992 r1021 24 24 25 25 [OutputFiles] 26 List= (ORCA2_1m_icemod.nc, ${R_OUT_ICE_O_M}/${PREFIX}_1M_icemod.nc, Post_1M_icemod) 26 List= (ORCA2_1m_icemod.nc, ${R_OUT_ICE_O_M}/${PREFIX}_1M_icemod.nc, Post_1M_icemod), \ 27 (ORCA2_1d_icemod.nc, ${R_OUT_ICE_O_D}/${PREFIX}_1D_icemod.nc, Post_1D_icemod) 27 28 28 29 [Post_1M_icemod] … … 34 35 ChunckJob3D = NONE 35 36 Seasonal=ON 37 38 [Post_1D_icemod] 39 Patches = (Patch_20091030_histcom_time_axis,Patch_20091118_mask) 40 GatherWithInternal = (nav_lon, nav_lat, time_counter) 41 TimeSeriesVars2D = () 42 ChunckJob2D = NONE 43 TimeSeriesVars3D = () 44 ChunckJob3D = NONE 45 Seasonal=ON 46 -
CONFIG/IPSLCM/IPSLCM5A/EXP00/COMP/opa9.card
r1016 r1021 8 8 io_server=n 9 9 mesh_mask=n 10 # OUTPUT_LEVEL=3 for more daily outputs 11 OUTPUT_LEVEL=2 10 12 11 13 [InitialStateFiles] … … 52 54 (ORCA2_1m_grid_W.nc, ${R_OUT_OCE_O_M}/${PREFIX}_1M_grid_W.nc, Post_1M_grid_W),\ 53 55 (ORCA2_1d_grid_T.nc, ${R_OUT_OCE_O_D}/${PREFIX}_1D_grid_T.nc, Post_1D_grid_T),\ 56 (ORCA2_1d_grid_U.nc, ${R_OUT_OCE_O_D}/${PREFIX}_1D_grid_U.nc, Post_1D_grid_U),\ 57 (ORCA2_1d_grid_V.nc, ${R_OUT_OCE_O_D}/${PREFIX}_1D_grid_V.nc, Post_1D_grid_V),\ 54 58 (${PREFIX_NWRITE}_${DATE_OPA}_diaptr.nc, ${R_OUT_OCE_NWRITE}/${PREFIX}_${WF1}_diaptr.nc, Post_1M_diaptr),\ 55 59 (damping.coeff.nc , ${R_OUT_OCE_O_D}/${PREFIX}_damping.coeff.nc, NONE),\ … … 119 123 ChunckJob3D = NONE 120 124 Seasonal=OFF 125 126 [Post_1D_grid_U] 127 Patches = (Patch_20091030_histcom_time_axis,Patch_20091118_mask) 128 GatherWithInternal = (nav_lon, nav_lat, time_counter) 129 TimeSeriesVars2D = () 130 ChunckJob2D = 200Y 131 TimeSeriesVars3D = () 132 ChunckJob3D = NONE 133 Seasonal=OFF 134 135 [Post_1D_grid_V] 136 Patches = (Patch_20091030_histcom_time_axis,Patch_20091118_mask) 137 GatherWithInternal = (nav_lon, nav_lat, time_counter) 138 TimeSeriesVars2D = () 139 ChunckJob2D = 200Y 140 TimeSeriesVars3D = () 141 ChunckJob3D = NONE 142 Seasonal=OFF 143 -
CONFIG/IPSLCM/IPSLCM5A/EXP00/COMP/opa9.driver
r972 r1021 113 113 done 114 114 115 116 ##-- Output level : 3 for more 1D variables 117 eval opa9_OUTPUT_LEVEL=\${opa9_UserChoices_OUTPUT_LEVEL} > /dev/null 2>&1 118 OUTPUT_LEVEL=${opa9_OUTPUT_LEVEL} 119 120 115 121 # Period Length In Days between DateBegin and first day of calendar 0001 01 01 116 122 # Needed by OPA namelist to compute correct file names … … 198 204 # update iodef.xml 199 205 206 echo 'Informations into iodef.xml : V1D_ENABLE V5D_ENABLE V1M_ENABLE V1Y_ENABLE OUTPUT_LEVEL' 207 echo ${V1D_ENABLE} ${V5D_ENABLE} ${V1M_ENABLE} ${V1Y_ENABLE} ${OUTPUT_LEVEL} 208 200 209 sed -e "s/<1D_ENABLE>/${V1D_ENABLE}/" \ 201 210 -e "s/<5D_ENABLE>/${V5D_ENABLE}/" \ 202 211 -e "s/<1M_ENABLE>/${V1M_ENABLE}/" \ 203 212 -e "s/<1Y_ENABLE>/${V1Y_ENABLE}/" \ 213 -e "s/<OUTPUT_LEVEL>/${OUTPUT_LEVEL}/" \ 204 214 iodef.xml > iodef.xml.tmp 205 215 -
CONFIG/IPSLCM/IPSLCM5A/EXP00/PARAM/iodef.xml
r1019 r1021 305 305 --> 306 306 307 <file_definition output_level=" 10" >307 <file_definition output_level="<OUTPUT_LEVEL>" > 308 308 <!-- 309 309 +++++++++++++++++++++++++++++++++++++++++++++++ daily ++++++++++++++++++++++++++++++++++++++++++++++++++ 310 310 --> 311 311 <group id="1d" output_freq="86400" enabled="<1D_ENABLE>"> <!-- 1d files --> 312 <!-- 313 .............................................. grid T ................................................. 314 --> 312 315 <file id="ORCA2_1d_grid_T" description="table 2.2" > <!-- grid T Table 2.2 --> 313 316 <field ref="sst" name="sosstsst" description="sea_surface_temperature" level="2" /> 314 317 <field ref="sst2" name="tossq" description="square_of_sea_surface_temperature" level="2" /> 315 318 <field ref="mldkz5" name="omldamax" description="ocean_mixed_layer_thickness_defined_by_mixing_scheme" level="2" operation="t_max(X)" /> 319 <!-- IPSL variables --> 320 <field ref="sss" name="sosaline" description="sea_surface_salinity" level="3" /> 321 <field ref="ssh" name="sossheig" description="sea_surface_height_above_geoid" level="3" /> 322 </file> 323 <!-- 324 .............................................. grid U ................................................. 325 --> 326 <file id="ORCA2_1d_grid_U" description="ocean U grid variables : table 2.3" > <!-- grid U --> 327 328 <!-- table 2.3 --> 329 <field ref="uoce" name="vozocrtx" description="sea_water_x_velocity" level="3" /> 330 331 </file> 332 333 <!-- 334 .............................................. grid V ................................................. 335 --> 336 <file id="ORCA2_1d_grid_V" description="ocean V grid variables : table 2.3" > <!-- grid V --> 337 338 <!-- table 2.3 --> 339 <field ref="voce" name="vomecrty" description="sea_water_y_velocity" level="3" /> 340 316 341 </file> 342 343 <!-- 344 .............................................. icemod ................................................. 345 --> 346 <file id="ORCA2_1d_icemod" description=" ice variables" > <!-- icemod --> 347 348 <!-- table 2.2 --> 349 <field ref="uice_ipa" name="iicevelu" description="Ice velocity along i-axis at I-point (ice presence average)" level="3" /> 350 <field ref="vice_ipa" name="iicevelv" description="Ice velocity along j-axis at I-point (ice presence average)" level="3" /> 351 <field ref="ice_cover" name="ileadfra" description="sea_ice_area_fraction" level="3" /> 352 <field ref="icethic_cea" name="iicethic" description="sea_ice_thickness" level="3" /> 353 </file> 354 317 355 </group> 318 356 <!-- … … 388 426 <field ref="hc300" name="sohtc300" description="Heat content 300 m" /> 389 427 <field ref="mldr10_1" name="somxl010" description="Mixed Layer Depth 0.01 ref.10m" /> 428 <field ref="mldr10_3" name="somx3010" description="Mixed Layer Depth dr=0.03 (ref.10m)" /> 390 429 <field ref="mldkz5" name="somixhgt" description="mixing layer depth (Turbocline)" /> 391 430 <field ref="emps" name="sowaflcd" description="concentration/dilution water flux" /> … … 393 432 <field ref="wspd" name="sowindsp" description="Wind speed module at 10 m" /> 394 433 <field ref="ice_cover" name="soicecov" description="sea_ice_area_fraction" /> 434 <field ref="BLT" name="blt" description="Barrier Layer Thickness" level="3" /> 435 <field ref="mldr10_3" name="mldr10_3" description="Mixed Layer Depth dr=0.03 (ref.10m)" level="3" /> 436 <field ref="mld|dt|" name="mld|dt|" description="Mixed Layer Depth |dt|=0.2 (ref.10m)" level="3" /> 437 395 438 </file> 396 439 <!-- -
CONFIG/IPSLCM/IPSLCM5A/historical/COMP/lim2.card
r988 r1021 24 24 25 25 [OutputFiles] 26 List= (ORCA2_1m_icemod.nc, ${R_OUT_ICE_O_M}/${PREFIX}_1M_icemod.nc, Post_1M_icemod) 26 List= (ORCA2_1m_icemod.nc, ${R_OUT_ICE_O_M}/${PREFIX}_1M_icemod.nc, Post_1M_icemod), \ 27 (ORCA2_1d_icemod.nc, ${R_OUT_ICE_O_D}/${PREFIX}_1D_icemod.nc, Post_1D_icemod) 27 28 28 29 [Post_1M_icemod] … … 34 35 ChunckJob3D = NONE 35 36 Seasonal=ON 37 38 [Post_1D_icemod] 39 Patches = (Patch_20091030_histcom_time_axis,Patch_20091118_mask) 40 GatherWithInternal = (nav_lon, nav_lat, time_counter) 41 TimeSeriesVars2D = () 42 ChunckJob2D = NONE 43 TimeSeriesVars3D = () 44 ChunckJob3D = NONE 45 Seasonal=ON 46 -
CONFIG/IPSLCM/IPSLCM5A/historical/COMP/opa9.card
r1016 r1021 8 8 io_server=n 9 9 mesh_mask=n 10 # OUTPUT_LEVEL=2 for standard daily outputs 11 # OUTPUT_LEVEL=3 for more daily outputs 12 OUTPUT_LEVEL=3 10 13 11 14 [InitialStateFiles] … … 52 55 (ORCA2_1m_grid_W.nc, ${R_OUT_OCE_O_M}/${PREFIX}_1M_grid_W.nc, Post_1M_grid_W),\ 53 56 (ORCA2_1d_grid_T.nc, ${R_OUT_OCE_O_D}/${PREFIX}_1D_grid_T.nc, Post_1D_grid_T),\ 57 (ORCA2_1d_grid_U.nc, ${R_OUT_OCE_O_D}/${PREFIX}_1D_grid_U.nc, Post_1D_grid_U),\ 58 (ORCA2_1d_grid_V.nc, ${R_OUT_OCE_O_D}/${PREFIX}_1D_grid_V.nc, Post_1D_grid_V),\ 54 59 (${PREFIX_NWRITE}_${DATE_OPA}_diaptr.nc, ${R_OUT_OCE_NWRITE}/${PREFIX}_${WF1}_diaptr.nc, Post_1M_diaptr),\ 55 60 (damping.coeff.nc , ${R_OUT_OCE_O_D}/${PREFIX}_damping.coeff.nc, NONE),\ … … 119 124 ChunckJob3D = NONE 120 125 Seasonal=OFF 126 127 [Post_1D_grid_U] 128 Patches = (Patch_20091030_histcom_time_axis,Patch_20091118_mask) 129 GatherWithInternal = (nav_lon, nav_lat, time_counter) 130 TimeSeriesVars2D = () 131 ChunckJob2D = 200Y 132 TimeSeriesVars3D = () 133 ChunckJob3D = NONE 134 Seasonal=OFF 135 136 [Post_1D_grid_V] 137 Patches = (Patch_20091030_histcom_time_axis,Patch_20091118_mask) 138 GatherWithInternal = (nav_lon, nav_lat, time_counter) 139 TimeSeriesVars2D = () 140 ChunckJob2D = 200Y 141 TimeSeriesVars3D = () 142 ChunckJob3D = NONE 143 Seasonal=OFF 144 -
CONFIG/IPSLCM/IPSLCM5A/historical/COMP/opa9.driver
r972 r1021 113 113 done 114 114 115 116 ##-- Output level : 3 for more 1D variables 117 eval opa9_OUTPUT_LEVEL=\${opa9_UserChoices_OUTPUT_LEVEL} > /dev/null 2>&1 118 OUTPUT_LEVEL=${opa9_OUTPUT_LEVEL} 119 120 115 121 # Period Length In Days between DateBegin and first day of calendar 0001 01 01 116 122 # Needed by OPA namelist to compute correct file names … … 198 204 # update iodef.xml 199 205 206 echo 'Informations into iodef.xml : V1D_ENABLE V5D_ENABLE V1M_ENABLE V1Y_ENABLE OUTPUT_LEVEL' 207 echo ${V1D_ENABLE} ${V5D_ENABLE} ${V1M_ENABLE} ${V1Y_ENABLE} ${OUTPUT_LEVEL} 208 200 209 sed -e "s/<1D_ENABLE>/${V1D_ENABLE}/" \ 201 210 -e "s/<5D_ENABLE>/${V5D_ENABLE}/" \ 202 211 -e "s/<1M_ENABLE>/${V1M_ENABLE}/" \ 203 212 -e "s/<1Y_ENABLE>/${V1Y_ENABLE}/" \ 213 -e "s/<OUTPUT_LEVEL>/${OUTPUT_LEVEL}/" \ 204 214 iodef.xml > iodef.xml.tmp 205 215 -
CONFIG/IPSLCM/IPSLCM5A/historical/PARAM/iodef.xml
r1019 r1021 305 305 --> 306 306 307 <file_definition output_level=" 10" >307 <file_definition output_level="<OUTPUT_LEVEL>" > 308 308 <!-- 309 309 +++++++++++++++++++++++++++++++++++++++++++++++ daily ++++++++++++++++++++++++++++++++++++++++++++++++++ 310 310 --> 311 311 <group id="1d" output_freq="86400" enabled="<1D_ENABLE>"> <!-- 1d files --> 312 <!-- 313 .............................................. grid T ................................................. 314 --> 312 315 <file id="ORCA2_1d_grid_T" description="table 2.2" > <!-- grid T Table 2.2 --> 313 316 <field ref="sst" name="sosstsst" description="sea_surface_temperature" level="2" /> 314 317 <field ref="sst2" name="tossq" description="square_of_sea_surface_temperature" level="2" /> 315 318 <field ref="mldkz5" name="omldamax" description="ocean_mixed_layer_thickness_defined_by_mixing_scheme" level="2" operation="t_max(X)" /> 319 <!-- IPSL variables --> 320 <field ref="sss" name="sosaline" description="sea_surface_salinity" level="3" /> 321 <field ref="ssh" name="sossheig" description="sea_surface_height_above_geoid" level="3" /> 322 </file> 323 <!-- 324 .............................................. grid U ................................................. 325 --> 326 <file id="ORCA2_1d_grid_U" description="ocean U grid variables : table 2.3" > <!-- grid U --> 327 328 <!-- table 2.3 --> 329 <field ref="uoce" name="vozocrtx" description="sea_water_x_velocity" level="3" /> 330 331 </file> 332 333 <!-- 334 .............................................. grid V ................................................. 335 --> 336 <file id="ORCA2_1d_grid_V" description="ocean V grid variables : table 2.3" > <!-- grid V --> 337 338 <!-- table 2.3 --> 339 <field ref="voce" name="vomecrty" description="sea_water_y_velocity" level="3" /> 340 316 341 </file> 342 343 <!-- 344 .............................................. icemod ................................................. 345 --> 346 <file id="ORCA2_1d_icemod" description=" ice variables" > <!-- icemod --> 347 348 <!-- table 2.2 --> 349 <field ref="uice_ipa" name="iicevelu" description="Ice velocity along i-axis at I-point (ice presence average)" level="3" /> 350 <field ref="vice_ipa" name="iicevelv" description="Ice velocity along j-axis at I-point (ice presence average)" level="3" /> 351 <field ref="ice_cover" name="ileadfra" description="sea_ice_area_fraction" level="3" /> 352 <field ref="icethic_cea" name="iicethic" description="sea_ice_thickness" level="3" /> 353 </file> 354 317 355 </group> 318 356 <!-- … … 388 426 <field ref="hc300" name="sohtc300" description="Heat content 300 m" /> 389 427 <field ref="mldr10_1" name="somxl010" description="Mixed Layer Depth 0.01 ref.10m" /> 428 <field ref="mldr10_3" name="somx3010" description="Mixed Layer Depth dr=0.03 (ref.10m)" /> 390 429 <field ref="mldkz5" name="somixhgt" description="mixing layer depth (Turbocline)" /> 391 430 <field ref="emps" name="sowaflcd" description="concentration/dilution water flux" /> … … 393 432 <field ref="wspd" name="sowindsp" description="Wind speed module at 10 m" /> 394 433 <field ref="ice_cover" name="soicecov" description="sea_ice_area_fraction" /> 434 <field ref="BLT" name="blt" description="Barrier Layer Thickness" level="3" /> 435 <field ref="mldr10_3" name="mldr10_3" description="Mixed Layer Depth dr=0.03 (ref.10m)" level="3" /> 436 <field ref="mld|dt|" name="mld|dt|" description="Mixed Layer Depth |dt|=0.2 (ref.10m)" level="3" /> 437 395 438 </file> 396 439 <!-- -
CONFIG/IPSLCM/IPSLCM5A/piControl/COMP/lim2.card
r992 r1021 24 24 25 25 [OutputFiles] 26 List= (ORCA2_1m_icemod.nc, ${R_OUT_ICE_O_M}/${PREFIX}_1M_icemod.nc, Post_1M_icemod) 26 List= (ORCA2_1m_icemod.nc, ${R_OUT_ICE_O_M}/${PREFIX}_1M_icemod.nc, Post_1M_icemod), \ 27 (ORCA2_1d_icemod.nc, ${R_OUT_ICE_O_D}/${PREFIX}_1D_icemod.nc, Post_1D_icemod) 27 28 28 29 [Post_1M_icemod] … … 34 35 ChunckJob3D = NONE 35 36 Seasonal=ON 37 38 [Post_1D_icemod] 39 Patches = (Patch_20091030_histcom_time_axis,Patch_20091118_mask) 40 GatherWithInternal = (nav_lon, nav_lat, time_counter) 41 TimeSeriesVars2D = () 42 ChunckJob2D = NONE 43 TimeSeriesVars3D = () 44 ChunckJob3D = NONE 45 Seasonal=ON 46 -
CONFIG/IPSLCM/IPSLCM5A/piControl/COMP/opa9.card
r1016 r1021 8 8 io_server=n 9 9 mesh_mask=n 10 # OUTPUT_LEVEL=3 for more daily outputs 11 OUTPUT_LEVEL=2 10 12 11 13 [InitialStateFiles] … … 52 54 (ORCA2_1m_grid_W.nc, ${R_OUT_OCE_O_M}/${PREFIX}_1M_grid_W.nc, Post_1M_grid_W),\ 53 55 (ORCA2_1d_grid_T.nc, ${R_OUT_OCE_O_D}/${PREFIX}_1D_grid_T.nc, Post_1D_grid_T),\ 56 (ORCA2_1d_grid_U.nc, ${R_OUT_OCE_O_D}/${PREFIX}_1D_grid_U.nc, Post_1D_grid_U),\ 57 (ORCA2_1d_grid_V.nc, ${R_OUT_OCE_O_D}/${PREFIX}_1D_grid_V.nc, Post_1D_grid_V),\ 54 58 (${PREFIX_NWRITE}_${DATE_OPA}_diaptr.nc, ${R_OUT_OCE_NWRITE}/${PREFIX}_${WF1}_diaptr.nc, Post_1M_diaptr),\ 55 59 (damping.coeff.nc , ${R_OUT_OCE_O_D}/${PREFIX}_damping.coeff.nc, NONE),\ … … 119 123 ChunckJob3D = NONE 120 124 Seasonal=OFF 125 126 [Post_1D_grid_U] 127 Patches = (Patch_20091030_histcom_time_axis,Patch_20091118_mask) 128 GatherWithInternal = (nav_lon, nav_lat, time_counter) 129 TimeSeriesVars2D = () 130 ChunckJob2D = 200Y 131 TimeSeriesVars3D = () 132 ChunckJob3D = NONE 133 Seasonal=OFF 134 135 [Post_1D_grid_V] 136 Patches = (Patch_20091030_histcom_time_axis,Patch_20091118_mask) 137 GatherWithInternal = (nav_lon, nav_lat, time_counter) 138 TimeSeriesVars2D = () 139 ChunckJob2D = 200Y 140 TimeSeriesVars3D = () 141 ChunckJob3D = NONE 142 Seasonal=OFF 143 -
CONFIG/IPSLCM/IPSLCM5A/piControl/COMP/opa9.driver
r972 r1021 113 113 done 114 114 115 116 ##-- Output level : 3 for more 1D variables 117 eval opa9_OUTPUT_LEVEL=\${opa9_UserChoices_OUTPUT_LEVEL} > /dev/null 2>&1 118 OUTPUT_LEVEL=${opa9_OUTPUT_LEVEL} 119 120 115 121 # Period Length In Days between DateBegin and first day of calendar 0001 01 01 116 122 # Needed by OPA namelist to compute correct file names … … 198 204 # update iodef.xml 199 205 206 echo 'Informations into iodef.xml : V1D_ENABLE V5D_ENABLE V1M_ENABLE V1Y_ENABLE OUTPUT_LEVEL' 207 echo ${V1D_ENABLE} ${V5D_ENABLE} ${V1M_ENABLE} ${V1Y_ENABLE} ${OUTPUT_LEVEL} 208 200 209 sed -e "s/<1D_ENABLE>/${V1D_ENABLE}/" \ 201 210 -e "s/<5D_ENABLE>/${V5D_ENABLE}/" \ 202 211 -e "s/<1M_ENABLE>/${V1M_ENABLE}/" \ 203 212 -e "s/<1Y_ENABLE>/${V1Y_ENABLE}/" \ 213 -e "s/<OUTPUT_LEVEL>/${OUTPUT_LEVEL}/" \ 204 214 iodef.xml > iodef.xml.tmp 205 215 -
CONFIG/IPSLCM/IPSLCM5A/piControl/PARAM/iodef.xml
r1019 r1021 305 305 --> 306 306 307 <file_definition output_level=" 10" >307 <file_definition output_level="<OUTPUT_LEVEL>" > 308 308 <!-- 309 309 +++++++++++++++++++++++++++++++++++++++++++++++ daily ++++++++++++++++++++++++++++++++++++++++++++++++++ 310 310 --> 311 311 <group id="1d" output_freq="86400" enabled="<1D_ENABLE>"> <!-- 1d files --> 312 <!-- 313 .............................................. grid T ................................................. 314 --> 312 315 <file id="ORCA2_1d_grid_T" description="table 2.2" > <!-- grid T Table 2.2 --> 313 316 <field ref="sst" name="sosstsst" description="sea_surface_temperature" level="2" /> 314 317 <field ref="sst2" name="tossq" description="square_of_sea_surface_temperature" level="2" /> 315 318 <field ref="mldkz5" name="omldamax" description="ocean_mixed_layer_thickness_defined_by_mixing_scheme" level="2" operation="t_max(X)" /> 319 <!-- IPSL variables --> 320 <field ref="sss" name="sosaline" description="sea_surface_salinity" level="3" /> 321 <field ref="ssh" name="sossheig" description="sea_surface_height_above_geoid" level="3" /> 322 </file> 323 <!-- 324 .............................................. grid U ................................................. 325 --> 326 <file id="ORCA2_1d_grid_U" description="ocean U grid variables : table 2.3" > <!-- grid U --> 327 328 <!-- table 2.3 --> 329 <field ref="uoce" name="vozocrtx" description="sea_water_x_velocity" level="3" /> 330 331 </file> 332 333 <!-- 334 .............................................. grid V ................................................. 335 --> 336 <file id="ORCA2_1d_grid_V" description="ocean V grid variables : table 2.3" > <!-- grid V --> 337 338 <!-- table 2.3 --> 339 <field ref="voce" name="vomecrty" description="sea_water_y_velocity" level="3" /> 340 316 341 </file> 342 343 <!-- 344 .............................................. icemod ................................................. 345 --> 346 <file id="ORCA2_1d_icemod" description=" ice variables" > <!-- icemod --> 347 348 <!-- table 2.2 --> 349 <field ref="uice_ipa" name="iicevelu" description="Ice velocity along i-axis at I-point (ice presence average)" level="3" /> 350 <field ref="vice_ipa" name="iicevelv" description="Ice velocity along j-axis at I-point (ice presence average)" level="3" /> 351 <field ref="ice_cover" name="ileadfra" description="sea_ice_area_fraction" level="3" /> 352 <field ref="icethic_cea" name="iicethic" description="sea_ice_thickness" level="3" /> 353 </file> 354 317 355 </group> 318 356 <!-- … … 388 426 <field ref="hc300" name="sohtc300" description="Heat content 300 m" /> 389 427 <field ref="mldr10_1" name="somxl010" description="Mixed Layer Depth 0.01 ref.10m" /> 428 <field ref="mldr10_3" name="somx3010" description="Mixed Layer Depth dr=0.03 (ref.10m)" /> 390 429 <field ref="mldkz5" name="somixhgt" description="mixing layer depth (Turbocline)" /> 391 430 <field ref="emps" name="sowaflcd" description="concentration/dilution water flux" /> … … 393 432 <field ref="wspd" name="sowindsp" description="Wind speed module at 10 m" /> 394 433 <field ref="ice_cover" name="soicecov" description="sea_ice_area_fraction" /> 434 <field ref="BLT" name="blt" description="Barrier Layer Thickness" level="3" /> 435 <field ref="mldr10_3" name="mldr10_3" description="Mixed Layer Depth dr=0.03 (ref.10m)" level="3" /> 436 <field ref="mld|dt|" name="mld|dt|" description="Mixed Layer Depth |dt|=0.2 (ref.10m)" level="3" /> 437 395 438 </file> 396 439 <!--
Note: See TracChangeset
for help on using the changeset viewer.