Changeset 5878 for CONFIG


Ignore:
Timestamp:
07/02/21 16:49:03 (3 years ago)
Author:
aclsce
Message:

Merged LMDZORv6.2.2 with ICOLMDZOR_v7 configuration te be able to launch LMDZOR experiment from ICOLMDZOR configuration.
Use of NPv6.2 physiq version in ICOLMDZOR experiments.

Location:
CONFIG/UNIFORM/v7/ICOLMDZOR_v7
Files:
52 added
7 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v7/ICOLMDZOR_v7/EXPERIMENTS/ICOLMDZ/CREATE_amip/COMP/lmdz.card

    r5148 r5878  
    66[UserChoices] 
    77# Physics package to use 
    8 LMDZ_Physics=NPv6.1.3 
     8LMDZ_Physics=NPv6.2 
    99 
    1010# Manage radiative aerosol effect and ozone  
  • CONFIG/UNIFORM/v7/ICOLMDZOR_v7/EXPERIMENTS/ICOLMDZ/CREATE_hadisst/COMP/lmdz.card

    r5148 r5878  
    66[UserChoices] 
    77# Physics package to use 
    8 LMDZ_Physics=NPv6.1.3 
     8LMDZ_Physics=NPv6.2 
    99 
    1010# Manage radiative aerosol effect and ozone  
  • CONFIG/UNIFORM/v7/ICOLMDZOR_v7/EXPERIMENTS/ICOLMDZ/clim_noleap/COMP/lmdz.card

    r5148 r5878  
    55# Physics package to use : 
    66# LMDZ_Physics=AP for standard/old physics(defalut), can be used with LMDZ4_AR5 or LMDZ5/trunk sources 
    7 LMDZ_Physics=NPv6.1.3 
     7LMDZ_Physics=NPv6.2 
    88 
    99# Set ConfType to choose parameters for aerosols, solar and green house gazes. 
  • CONFIG/UNIFORM/v7/ICOLMDZOR_v7/EXPERIMENTS/ICOLMDZOR/clim_noleap/COMP/lmdz.card

    r5148 r5878  
    55# Physics package to use : 
    66# LMDZ_Physics=AP for standard/old physics(defalut), can be used with LMDZ4_AR5 or LMDZ5/trunk sources 
    7 LMDZ_Physics=NPv6.1.3 
     7LMDZ_Physics=NPv6.2 
    88 
    99# Set ConfType to choose parameters for aerosols, solar and green house gazes. 
  • CONFIG/UNIFORM/v7/ICOLMDZOR_v7/EXPERIMENTS/ICOLMDZOR/highresmip/COMP/lmdz.card

    r5148 r5878  
    55# Physics package to use : 
    66# LMDZ_Physics=AP for standard/old physics(defalut), can be used with LMDZ4_AR5 or LMDZ5/trunk sources 
    7 LMDZ_Physics=NPv6.1.3 
     7LMDZ_Physics=NPv6.2 
    88 
    99# Set ConfType to choose parameters for aerosols, solar and green house gazes. 
  • CONFIG/UNIFORM/v7/ICOLMDZOR_v7/EXPERIMENTS/ICOLMDZOR/highresmip_CMIP6/COMP/lmdz.card

    r5148 r5878  
    55# Physics package to use : 
    66# LMDZ_Physics=AP for standard/old physics(defalut), can be used with LMDZ4_AR5 or LMDZ5/trunk sources 
    7 LMDZ_Physics=NPv6.1.3 
     7LMDZ_Physics=NPv6.2 
    88 
    99# Set ConfType to choose parameters for aerosols, solar and green house gazes. 
  • CONFIG/UNIFORM/v7/ICOLMDZOR_v7/compile_icolmdzor.sh

    r5479 r5878  
    246246echo >> $outfile ; echo " NOW COMPILE DYNAMICO"   >> $outfile  
    247247 
     248if [ -d $modipsl/config/ICOLMDZOR_v7/SOURCES/DYNAMICO ] ; then 
     249    cd $modipsl/config/ICOLMDZOR_v7/SOURCES/DYNAMICO 
     250    for dir in $( find . -mindepth 1 -maxdepth 1 -type d ); do 
     251        for file in $( find $dir -type f); do 
     252            echo cp $file $modipsl/modeles/DYNAMICO/$file >> $outfile  
     253            cp $file $modipsl/modeles/DYNAMICO/$file  >> $outfile 2>&1 
     254        done 
     255    done 
     256    cd $modipsl/modeles/DYNAMICO 
     257fi 
     258 
    248259echo ./make_icosa -$optmode -parallel $parallel -external_ioipsl -with_xios -arch $fcm_arch -arch_path $arch_path -job 8 $full_dyna    >> $outfile  
    249260     ./make_icosa -$optmode -parallel $parallel -external_ioipsl -with_xios -arch $fcm_arch -arch_path $arch_path -job 8 $full_dyna    >> $outfile 2>&1 
     
    258269echo; echo "NOW COMPILE ICOSA_LMDZ " 
    259270echo >> $outfile ; echo " NOW COMPILE ICOSA_LMDZ"   >> $outfile  
     271 
     272if [ -d $modipsl/config/ICOLMDZOR_v7/SOURCES/ICOSA_LMDZ ] ; then 
     273    cd $modipsl/config/ICOLMDZOR_v7/SOURCES/ICOSA_LMDZ 
     274    for dir in $( find . -mindepth 1 -maxdepth 1 -type d ); do 
     275        for file in $( find $dir -type f); do 
     276            echo cp $file $modipsl/modeles/ICOSA_LMDZ/$file >> $outfile  
     277            cp $file $modipsl/modeles/ICOSA_LMDZ/$file  >> $outfile 2>&1 
     278        done 
     279    done 
     280    cd $modipsl/modeles/ICOSA_LMDZ 
     281fi 
    260282 
    261283echo ./make_icosa_lmdz -nodeps -p lmd -$optmode -parallel $parallel -with_orchidee -arch ${fcm_arch} -arch_path ${arch_path} -job 8 $full_dyna    >> $outfile  
Note: See TracChangeset for help on using the changeset viewer.