123456789101112131415161718192021222324252627282930313233343536373839 |
- ini_data_dir=/home/ucl/elic/phuot
- ic_subdir=CONF_files
- nem_grid=ORCA025
- ic_files=(
- "1_coordinates_shrinked.nc => coordinates.nc"
- "1_bathy_meter_shrinked.nc => bathy_meter.nc"
- "1_mesh_mask_shrinked.nc => mesh_mask.nc"
- "clipped_eORCA_R1_ahmcoef_v1.0.nc => ahmcoef.nc"
- "clipped_eORCA_R1_maskITF_v1.0.nc => mask_itf.nc"
- "clipped_eORCA_R1_K1_v1.0.nc => K1rowdrg.nc"
- "clipped_eORCA_R1_M2_v1.0.nc => M2rowdrg.nc"
- "clipped_runoff-icb_DaiTrenberth_Depoorter_eORCA1_JD.nc"
- "conservative_temperature_WOA13_decav_Reg1L75_clim.nc"
- "absolute_salinity_WOA13_decav_Reg1L75_clim.nc"
- "sss_absolute_salinity_WOA13_decav_Reg1L75_clim.nc"
- "WEIGHTS/weights_bicub_DFS.nc => weights_bicub_DFS.nc"
- "WEIGHTS/weights_bilin_WOA13.nc => weights_bilin_WOA13.nc"
- "WEIGHTS/weights_bilin_ORCA1.nc => weights_bilin_ORCA1.nc"
- "WEIGHTS/weights_bilin_DFS.nc => weights_bilin_DFS.nc"
- "WEIGHTS/weights_bilin_ghflux.nc => weights_bilin_ghflux.nc"
- "1_init_gridT_shrinked.nc"
- "1_init_gridS_shrinked.nc"
- )
- nem_res_hor=$(echo ${nem_grid} | sed 's:ORCA\([0-9]\+\)L[0-9]\+:\1:')
- #
- forcing_subdir=FORCINGS
- nem_forcing_set=DFS5.2
- forcing_files=(
- "* => ."
- )
- #
- shared_files=(
- "namelist_ice_lim3_ref => namelist_ice_ref"
- "namelist_ref"
- "ForXIOS2/domain_def_nemo.xml"
- "ForXIOS2/field_def_nemo-opa.xml"
- "ForXIOS2/field_def_nemo-lim.xml"
- )
|