Changeset 4173 for dynamico_lmdz


Ignore:
Timestamp:
Dec 5, 2019, 5:23:06 PM (5 years ago)
Author:
jisesh
Message:

guided: improved job.sh and run.def

Location:
dynamico_lmdz/guided/Experiments/NUDG_ERA
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • dynamico_lmdz/guided/Experiments/NUDG_ERA/job.sh

    r4166 r4173  
    11#!/bin/bash
    2 #PBS -N NUDG_mpi_omp
     2#PBS -N NUDG_mpi_omp_DCMIP41
    33#PBS -q day
    44#PBS -n
     
    4949ln -sf ../../build/bin/icosa_gcm.exe gcm.exe
    5050
    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
     51mpirun -np 40 -cpus-per-proc $OMP_NUM_THREADS -bycore -bind-to-core -report-bindings ./gcm.exe 2>&1 >> gcm.log
    5352date >> gcm.log
    5453
    5554mkdir -p netcdf
    56 cp gcm.log *.def netcdf
     55cp *.def netcdf
    5756mv *.nc netcdf
    5857
    5958mkdir -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
     59cp *.xml gcm.log logs
     60
    6361mv xios_client_*.err xios_client_*.out gcm.log logs
    6462
  • dynamico_lmdz/guided/Experiments/NUDG_ERA/run.def

    r4168 r4173  
    1212guided_nudging_field=wind_temperature
    1313nudging_center_lat=90.
    14 nudging_radius=7.e6
     14#nudging_radius=7.e6
     15nudging_radius=1.e6
    1516nudging_relaxation_time_in=21600.
    1617nudging_relaxation_time_out=99999999921600.
Note: See TracChangeset for help on using the changeset viewer.