Changeset 343 for trunk


Ignore:
Timestamp:
04/27/21 16:47:34 (3 years ago)
Author:
dumas
Message:

Update GRISLI degla launch scripts

Location:
trunk/lauching_area
Files:
1 added
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/lauching_area/Master-files/grisli.run.openmp

    r314 r343  
    1919 
    2020module load netcdf/4 
     21#module load intel-fcomp/2013 
    2122 
    2223MODEL="SOURCESREP" 
  • trunk/lauching_area/degla_PMIP_euras20_param_list.dat

    r340 r343  
    44&runpar                       ! nom du bloc parametres du run 
    55 runname      =  "RUNNAME"   ! 8 caracteres  
    6  icompteur    =    0 
     6 icompteur    =    1 
    77 iout         =    2   
    8  reprcptr     =  "../../../Fichier-CPTR/LOV21aT0+k50.nc" 
     8 reprcptr     =  "../../../Fichier-CPTR/DGL-EURA-k70.nc" 
    99 itracebug    = 0 
    1010 num_tracebug = 166      
     
    113113exposant_1       = 3. 
    114114temp_trans_1     = -6.5 
    115 enhanc_fact_1    = 1.82595387172575          ! Grice2sea 3.          
     115enhanc_fact_1    = 5.               !1.82595387172575          ! Grice2sea 3.          
    116116coef_cold_1      = 1.660E-16 
    117117Q_cold_1         = 7.820E+04 
     
    272272clim_ref_file = 'climato_monthly_t2m_precip_orog_ERA5-1979-2008-euras20.nc' 
    273273ttr = -21000, 0. 
    274 forcage_file1 = 'IPSL-CM5A-LR-lgm-euras20.nc' !'MIROC-ESM-lgm-hemin40.nc' !'MRI-CGCM3-lgm-hemin40.nc' !'MPI-ESM-P-lgm-hemin40.nc' !'FGOALS-g2-lgm-hemin40.nc' !'IPSL-CM5A-LR-lgm-hemin40.nc' 
    275 forcage_file2 = 'IPSL-CM5A-LR-piControl-euras20.nc' !'MIROC-ESM-piControl-hemin40.nc' !'MRI-CGCM3-piControl-hemin40.nc' !'MPI-ESM-P-piControl-hemin40.nc' !'FGOALS-g2-piControl-hemin40.nc' !'IPSL-CM5A-LR-piControl-hemin40.nc' 
     274forcage_file1 = 'clim_pmip4/MPI_PMIP4_lgm.nc' !'IPSL-CM5A-LR-lgm-euras20.nc' !'IPSL-CM5A-LR-lgm-euras20.nc' !'MIROC-ESM-lgm-hemin40.nc' !'MRI-CGCM3-lgm-hemin40.nc' !'MPI-ESM-P-lgm-hemin40.nc' !'FGOALS-g2-lgm-hemin40.nc' !'IPSL-CM5A-LR-lgm-hemin40.nc' 
     275forcage_file2 = 'clim_pmip4/MPI_PMIP4_piControl.nc' !'IPSL-CM5A-LR-piControl-euras20.nc'   !'IPSL-CM5A-LR-piControl-euras20.nc' !'MIROC-ESM-piControl-hemin40.nc' !'MRI-CGCM3-piControl-hemin40.nc' !'MPI-ESM-P-piControl-hemin40.nc' !'FGOALS-g2-piControl-hemin40.nc' !'IPSL-CM5A-LR-piControl-hemin40.nc' 
    276276typerun = 0 
    277277lapserate = 0.007 
    278278rappact = 0.11 
    279 filforc = 'forcage-429k-quiquet-et-al_CP2013_glacial-index_Waelbroeck_AMOC.dat' !'forcage-429k-2007-Jouzel-Waelbroeck_AMOC.dat' 
    280 pertbmb = 1 
    281 coefT   = 1. 
     279filforc = 'LGM_permanent.dat'          !'forcage-429k-quiquet-et-al_CP2013_glacial-index_Waelbroeck_AMOC.dat' !'forcage-429k-2007-Jouzel-Waelbroeck_AMOC.dat' 
     280pertbmb = 0 
     281coefT   = 0. 
    282282coefbmb = 10. 
    283283r_atmvar = RUNRATMVAR 
     
    357357file_sedim  = 'sedmap_euras20.nc' 
    358358seuil_sedim = 200. 
    359 coef_sedim  = 1.e-1 
     359coef_sedim  = 0.5e-1 
    360360/ 
    361361! 
  • trunk/lauching_area/go_GRISLI_PMIP.sh

    r321 r343  
    44# name of the run: 
    55#IPSL 
    6 namerun="LGM-LAURE16-IPSL" 
     6namerun="LGM-Hemin-40-IPSL-2021-04-27-test" 
    77#geoplace="euras40" 
    88#geoplace="euras20" 
    99#geoplace="euras10" 
    10 #geoplace="Hemin-40" 
    11 geoplace="laure16" 
     10geoplace="hemin40" 
     11#geoplace="laure16" 
    1212 
    1313tmodelend="0." #"0." 
     
    109109echo $MODEL 
    110110 
    111 cp "Master-files/TEMPS-NETCDF-degla.dat" $MODEL"/Fichiers-parametres/${geoplace}_TEMPS-NETCDF.dat" 
     111cp "Master-files/TEMPS-NETCDF-degla.dat" $MODEL"/Fichiers-parametres/TEMPS-NETCDF.dat" 
    112112cp "degla_PMIP_${geoplace}_param_list.dat" $RUNDIR"/bin/${geoplace}_param_list.dat" 
    113113 
     
    165165# Submitting the job: 
    166166#-------------------------------------------------- 
    167  
     167cd $RUNDIR"/bin" 
    168168echo "submitting the job" 
    169169qsub $RUNDIR"/bin/grisli.run" 
Note: See TracChangeset for help on using the changeset viewer.