Changeset 4173
- Timestamp:
- Dec 5, 2019, 5:23:06 PM (5 years ago)
- Location:
- dynamico_lmdz/guided/Experiments/NUDG_ERA
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
dynamico_lmdz/guided/Experiments/NUDG_ERA/job.sh
r4166 r4173 1 1 #!/bin/bash 2 #PBS -N NUDG_mpi_omp 2 #PBS -N NUDG_mpi_omp_DCMIP41 3 3 #PBS -q day 4 4 #PBS -n … … 49 49 ln -sf ../../build/bin/icosa_gcm.exe gcm.exe 50 50 51 mpirun -np 40 -cpus-per-proc $OMP_NUM_THREADS -bycore -bind-to-core -report-bindings ./gcm.exe >> gcm.log 52 #gdb ./gcm.exe >> gcm.log 51 mpirun -np 40 -cpus-per-proc $OMP_NUM_THREADS -bycore -bind-to-core -report-bindings ./gcm.exe 2>&1 >> gcm.log 53 52 date >> gcm.log 54 53 55 54 mkdir -p netcdf 56 cp gcm.log*.def netcdf55 cp *.def netcdf 57 56 mv *.nc netcdf 58 57 59 58 mkdir -p logs 60 cp *.xml logs 61 #cp -pr /mnt/homedafs-2.5/lov/homedata/jsethunadh/testing/build_mpi_omp/bin/icosa_gcm.exe logs 62 #cp -pr /mnt/homedafs-2.5/lov/homedata/jsethunadh/testing/DYNAMICO_devel/src logs 59 cp *.xml gcm.log logs 60 63 61 mv xios_client_*.err xios_client_*.out gcm.log logs 64 62 -
dynamico_lmdz/guided/Experiments/NUDG_ERA/run.def
r4168 r4173 12 12 guided_nudging_field=wind_temperature 13 13 nudging_center_lat=90. 14 nudging_radius=7.e6 14 #nudging_radius=7.e6 15 nudging_radius=1.e6 15 16 nudging_relaxation_time_in=21600. 16 17 nudging_relaxation_time_out=99999999921600.
Note: See TracChangeset
for help on using the changeset viewer.