Changeset 6894


Ignore:
Timestamp:
07/03/24 19:05:11 (3 months ago)
Author:
jgipsl
Message:

Added CreateBasefolder? in config.card to define path to the output for CREATE experiement. This is needed to be abel to deconnecte the SpaceName? and ExperimentName? from the current experiment and the CREATE experiemetn. Before it was not possible to run with SpaceName?=TEST or SpaceName?=PROD for example.

Corrected error in lmdz.card with file declared in ListNonDel? but should be in List.

Location:
CONFIG/UNIFORM/v7/IPSLCM7/EXPERIMENTS/ICOLMDZOR/LAM/amip_ERA5_LAM
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v7/IPSLCM7/EXPERIMENTS/ICOLMDZOR/LAM/amip_ERA5_LAM/COMP/dynamico.card

    r6838 r6894  
    1818 
    1919[InitialStateFiles] 
    20 List=   (${R_OUT}/${config_UserChoices_TagName}/${config_UserChoices_SpaceName}/CE0L/${config_UserChoices_CreateName}/ICO/Output/Restart/${config_UserChoices_CreateName}_${year}_start.nc, start.nc) 
     20List=   (${ARCHIVE}/${config_UserChoices_CreateBasefolder}/${config_UserChoices_CreateName}/ICO/Output/Restart/${config_UserChoices_CreateName}_${year}_start.nc, start.nc) 
    2121 
    2222[BoundaryFiles] 
  • CONFIG/UNIFORM/v7/IPSLCM7/EXPERIMENTS/ICOLMDZOR/LAM/amip_ERA5_LAM/COMP/lmdz.card

    r6834 r6894  
    4949[InitialStateFiles] 
    5050# start.nc and startphy.nc are both set in dynamico.card to easier insure coherence of the files 
    51 List=(${R_OUT}/${config_UserChoices_TagName}/${config_UserChoices_SpaceName}/CE0L/${config_UserChoices_CreateName}/ATM/Output/Restart/${config_UserChoices_CreateName}_${year}_startphy.nc, startphy.nc) 
     51List=(${ARCHIVE}/${config_UserChoices_CreateBasefolder}/${config_UserChoices_CreateName}/ATM/Output/Restart/${config_UserChoices_CreateName}_${year}_startphy.nc, startphy.nc) 
    5252 
    5353[BoundaryFiles] 
     
    5555# With CMIP6 aerosols version 1 
    5656# With 3D ozone 
    57 List= (${R_OUT}/${config_UserChoices_TagName}/${config_UserChoices_SpaceName}/CE0L/${config_UserChoices_CreateName}/ATM/Output/Boundary/${config_UserChoices_CreateName}_${year}_limit.nc, limit.nc),\ 
    58             (${R_IN}/ATM/AEROSOLS/CMIP6/v1/144x142/L${RESOL_ATM_Z}/aerosols1850_from_inca.nc,   aerosols.nat.nc),\ 
     57List= (${ARCHIVE}/${config_UserChoices_CreateBasefolder}/${config_UserChoices_CreateName}/ATM/Output/Boundary/${config_UserChoices_CreateName}_${year}_limit.nc, limit.nc),\ 
    5958            (${R_IN}/ATM/AEROSOLS/CMIP6/v1/144x142/L${RESOL_ATM_Z}/aerosols${year}_from_inca.nc,   aerosols${year}.nc),\ 
    6059            (${R_IN}/ATM/SOLAR/CMIP6/v3.1corr/Historical/solarforcing_v3.1_daily_6bands_${year}.nc, solarforcing.nc),\ 
  • CONFIG/UNIFORM/v7/IPSLCM7/EXPERIMENTS/ICOLMDZOR/LAM/amip_ERA5_LAM/COMP/orchidee.card

    r6868 r6894  
    3737 
    3838[BoundaryFiles] 
    39 List= () 
    40 ListNonDel= (${R_IN}/SRF/PFTMAPS/CMIP6/ESA-LUH2v2/historical/15PFT.v2/PFTmap_${year}.nc, PFTmap.nc),\ 
    41             (${R_IN}/SRF/WOODHARVEST/LUH2v2/historical4/woodharvest_${year}.nc,          woodharvest.nc),\ 
    42             (${R_IN}/SRF/ROUTING/routing_simple.nc, .) 
     39List = (${R_IN}/SRF/PFTMAPS/CMIP6/ESA-LUH2v2/historical/15PFT.v2/PFTmap_${year}.nc, PFTmap.nc),\ 
     40       (${R_IN}/SRF/WOODHARVEST/LUH2v2/historical4/woodharvest_${year}.nc,          woodharvest.nc) 
     41ListNonDel = (${R_IN}/SRF/ROUTING/routing_simple.nc, .) 
    4342 
    4443[SmoothFiles] 
  • CONFIG/UNIFORM/v7/IPSLCM7/EXPERIMENTS/ICOLMDZOR/LAM/amip_ERA5_LAM/config.card

    r6791 r6894  
    1515ExpType=ICOLMDZOR/LAM/amip_ERA5_LAM 
    1616ExperimentName=amip_LAM 
    17 SpaceName=DEVT 
     17SpaceName=TEST 
     18 
     19# Use CreatBasefolder and CreateName to define the folder for the input files previously created by an expermient CREATE 
     20# The final folder will be ${ARCHIVE}/CreateBasefolder/CreateName 
     21# $ARCHIVE is added in dynamico.card and lmdz.card before the CreateBasefolder because it is not possible to add it at this level in config.card  
     22CreateBasefolder=IGCM_OUT/ICOLMDZOR/DEVT/CE0L 
    1823CreateName=CREATE-amip-ERA5-LAM.01 
     24 
    1925ForcingName=ERA5 
    2026ForcingDate=062000 
     
    7985#D-- NO Post - 
    8086[Post] 
    81 PackFrequency=NONE 
     87PackFrequency=1Y 
    8288TimeSeriesFrequency=NONE 
    8389SeasonalFrequency=NONE 
Note: See TracChangeset for help on using the changeset viewer.