Changeset 9562
- Timestamp:
- 2018-05-08T15:08:55+02:00 (7 years ago)
- Location:
- branches/UKMO/dev_r5518_GO6_package_moci_xios2/NEMOGCM
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/UKMO/dev_r5518_GO6_package_moci_xios2/NEMOGCM/CONFIG/GYRE_XIOS/EXP00/file_def.xml
r6487 r9562 12 12 <file_group id="1h" output_freq="1h" output_level="10" enabled=".TRUE."/> <!-- 1h files --> 13 13 <file_group id="2h" output_freq="2h" output_level="10" enabled=".TRUE."/> <!-- 2h files --> 14 <file_group id="3h" output_freq="3h" output_level="10" enabled=".TRUE."/> <!-- 3h files --> 14 <file_group id="3h" output_freq="3h" output_level="10" enabled=".TRUE."/> <!-- 3h files --> 15 15 <file_group id="4h" output_freq="4h" output_level="10" enabled=".TRUE."/> <!-- 4h files --> 16 16 <file_group id="6h" output_freq="6h" output_level="10" enabled=".TRUE."/> <!-- 6h files --> 17 18 <file_group id="1d" output_freq="1d" output_level="10" enabled=".TRUE."/> <!-- 1d files --> 19 <file_group id="3d" output_freq="3d" output_level="10" enabled=".TRUE."/> <!-- 3d files --> 20 <file_group id="5d" output_freq="5d" output_level="10" enabled=".TRUE."> <!-- 5d files --> 17 <file_group id="1d" output_freq="1d" output_level="10" enabled=".TRUE."> <!-- 1d files --> 21 18 22 23 24 25 26 27 28 29 19 <file id="file1" name_suffix="_grid_T" description="ocean T grid variables" > 20 <field field_ref="toce" name="votemper" /> 21 <field field_ref="soce" name="vosaline" /> 22 <field field_ref="sst" name="sosstsst" /> 23 <field field_ref="sss" name="sosaline" /> 24 <field field_ref="ssh" name="sossheig" /> 25 <field field_ref="empmr" name="sowaflup" /> 26 <field field_ref="qsr" name="soshfldo" /> 30 27 <field field_ref="saltflx" name="sosfldow" /> 31 32 33 28 <field field_ref="qt" name="sohefldo" /> 29 <field field_ref="mldr10_1" name="somxl010" /> 30 <field field_ref="mldkz5" name="somixhgt" /> 34 31 </file> 35 36 32 33 <file id="file2" name_suffix="_grid_U" description="ocean U grid variables" > 37 34 <field field_ref="uoce" name="vozocrtx" /> 38 35 <field field_ref="utau" name="sozotaux" /> 39 36 </file> 40 41 37 38 <file id="file3" name_suffix="_grid_V" description="ocean V grid variables" > 42 39 <field field_ref="voce" name="vomecrty" /> 43 40 <field field_ref="vtau" name="sometauy" /> 44 41 </file> 45 46 42 43 <file id="file4" name_suffix="_grid_W" description="ocean W grid variables" > 47 44 <field field_ref="woce" name="vovecrtz" /> 48 45 <field field_ref="avt" name="votkeavt" /> … … 51 48 52 49 </file_group> 50 <file_group id="3d" output_freq="3d" output_level="10" enabled=".TRUE."/> <!-- 3d files --> 51 <file_group id="5d" output_freq="5d" output_level="10" enabled=".TRUE."/> <!-- 5d files --> 53 52 54 53 <file_group id="1m" output_freq="1mo" output_level="10" enabled=".TRUE."/> <!-- real monthly files --> -
branches/UKMO/dev_r5518_GO6_package_moci_xios2/NEMOGCM/CONFIG/GYRE_XIOS/EXP00/iodef.xml
r6487 r9562 88 88 --> 89 89 <variable id="info_level" type="int">0</variable> 90 <variable id="using_server" type="bool"> false</variable>90 <variable id="using_server" type="bool">true</variable> 91 91 <variable id="using_oasis" type="bool">false</variable> 92 92 <variable id="oasis_codes_id" type="string" >oceanx</variable> -
branches/UKMO/dev_r5518_GO6_package_moci_xios2/NEMOGCM/CONFIG/GYRE_XIOS/EXP00/namelist_cfg
r6498 r9562 16 16 !----------------------------------------------------------------------- 17 17 cp_cfg = "gyre" ! name of the configuration 18 jp_cfg = 1! resolution of the configuration19 jpidta = 32 ! 1st lateral dimension ( >= jpi ) = 30*jp_cfg+220 jpjdta = 22 ! 2nd " " ( >= jpj ) = 20*jp_cfg+218 jp_cfg = 10 ! resolution of the configuration 19 jpidta = 302 ! 1st lateral dimension ( >= jpi ) = 30*jp_cfg+2 20 jpjdta = 202 ! 2nd " " ( >= jpj ) = 20*jp_cfg+2 21 21 jpkdta = 31 ! number of levels ( >= jpk ) 22 jpiglo = 32 ! 1st dimension of global domain --> i = jpidta23 jpjglo = 22 ! 2nd - - --> j = jpjdta22 jpiglo = 302 ! 1st dimension of global domain --> i = jpidta 23 jpjglo = 202 ! 2nd - - --> j = jpjdta 24 24 jpizoom = 1 ! left bottom (i,j) indices of the zoom 25 25 jpjzoom = 1 ! in data domain indices … … 40 40 !----------------------------------------------------------------------- 41 41 nn_bathy = 0 ! compute (=0) or read (=1) the bathymetry file 42 rn_rdt = 7200. ! time step for the dynamics (and tracer if nn_acc=0)42 rn_rdt = 60. ! time step for the dynamics (and tracer if nn_acc=0) 43 43 ! nn_baro = 60 ! number of barotropic time step ("key_dynspg_ts") 44 44 rn_rdtmin = 7200. ! minimum time step on tracers (used if nn_acc=1) … … 192 192 !----------------------------------------------------------------------- 193 193 nn_eos = 0 ! type of equation of state and Brunt-Vaisala frequency 194 ln_useCT = .false. ! use of Conservative Temp. ==> surface CT converted in Pot. Temp. in sbcssm 194 195 / 195 196 !----------------------------------------------------------------------- … … 283 284 &namctl ! Control prints & Benchmark 284 285 !----------------------------------------------------------------------- 286 nn_bench = 0 ! Bench mode (1/0): CAUTION use zero except for bench 285 287 / 286 288 !----------------------------------------------------------------------- -
branches/UKMO/dev_r5518_GO6_package_moci_xios2/NEMOGCM/TOOLS/COMPILE/Fcheck_archfile.sh
r6486 r9562 180 180 181 181 #- do we need oasis libraries? 182 if [ "$2" != "nocpp" ] 183 then 184 use_oasis=$( sed -e "s/#.*$//" ${COMPIL_DIR}/$2 | grep -c key_oasis3 ) 185 else 186 use_oasis=0 187 fi 188 for liboa in psmile.MPI1 mct mpeu scrip mpp_io 189 do 190 have_liboa=$( sed -e "s/#.*$//" ${COMPIL_DIR}/$1 | grep -c "\-l${liboa}" ) 191 if [[ ( $use_oasis -eq 0 ) && ( $have_liboa -ge 1 ) ]] 192 then 193 sed -e "s/-l${liboa}//g" ${COMPIL_DIR}/$1 > ${COMPIL_DIR}/tmp$$ 194 mv -f ${COMPIL_DIR}/tmp$$ ${COMPIL_DIR}/$1 195 fi 196 done 197 182 # comment this out so that we can link against XIOS which is built with oasis3-mct, even if we are not using oasis at this time. 183 # if [ "$2" != "nocpp" ] 184 # then 185 # use_oasis=$( sed -e "s/#.*$//" ${COMPIL_DIR}/$2 | grep -c key_oasis3 ) 186 # else 187 # use_oasis=0 188 # fi 189 # for liboa in psmile.MPI1 mct mpeu scrip mpp_io 190 # do 191 # have_liboa=$( sed -e "s/#.*$//" ${COMPIL_DIR}/$1 | grep -c "\-l${liboa}" ) 192 # if [[ ( $use_oasis -eq 0 ) && ( $have_liboa -ge 1 ) ]] 193 # then 194 # sed -e "s/-l${liboa}//g" ${COMPIL_DIR}/$1 > ${COMPIL_DIR}/tmp$$ 195 # mv -f ${COMPIL_DIR}/tmp$$ ${COMPIL_DIR}/$1 196 # fi 197 # done 198 #
Note: See TracChangeset
for help on using the changeset viewer.