Changeset 6925


Ignore:
Timestamp:
09/18/24 16:22:10 (8 weeks ago)
Author:
aclsce
Message:

Fixed small bug :removed config_UserChoices_CreateName used twiced in a path.
Definitiion of target resolution regular grid only for non LAM cases.

Location:
CONFIG/UNIFORM/v7/IPSLCM7
Files:
5 edited

Legend:

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

    r6898 r6925  
    1818 
    1919[InitialStateFiles] 
    20 List=   (${ARCHIVE}/${config_UserChoices_CreateBasefolder}/${config_UserChoices_CreateName}/${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/ICOLMDZ/LAM/amip_ERA5_LAM/COMP/lmdz.card

    r6898 r6925  
    5555# With CMIP6 aerosols version 1 
    5656# With 3D ozone 
    57 List= (${ARCHIVE}/${config_UserChoices_CreateBasefolder}/${config_UserChoices_CreateName}/${config_UserChoices_CreateName}/ATM/Output/Boundary/${config_UserChoices_CreateName}_${year}_limit.nc, limit.nc),\ 
     57List= (${ARCHIVE}/${config_UserChoices_CreateBasefolder}/${config_UserChoices_CreateName}/ATM/Output/Boundary/${config_UserChoices_CreateName}_${year}_limit.nc, limit.nc),\ 
    5858            (${R_IN}/ATM/AEROSOLS/CMIP6/v1/144x142/L${RESOL_ATM_Z}/aerosols${year}_from_inca.nc,   aerosols${year}.nc),\ 
    5959            (${R_IN}/ATM/SOLAR/CMIP6/v3.1corr/Historical/solarforcing_v3.1_daily_6bands_${year}.nc, solarforcing.nc),\ 
  • CONFIG/UNIFORM/v7/IPSLCM7/GENERAL/DRIVER/inca.driver

    r6815 r6925  
    512512 
    513513    # Set interpolated output grid depending on resoultion, only if ICO component is set in config.card 
    514     if [ ! "X${config_ListOfComponents_ICO}" = "X" ] ; then    
     514    if ( [ ! "X${config_ListOfComponents_ICO}" = "X" ] && [ X"$( echo ${config_UserChoices_ExpType} | grep LAM )" = "X" ] ); then 
    515515        if [ ${RESOL_NBP} == 40  ] ; then 
    516516            valuei=144 
  • CONFIG/UNIFORM/v7/IPSLCM7/GENERAL/DRIVER/lmdz.driver

    r6743 r6925  
    630630 
    631631    # Set interpolated output grid depending on resoultion, only if ICO component is set in config.card 
    632     if [ ! "X${config_ListOfComponents_ICO}" = "X" ] ; then    
     632    if ( [ ! "X${config_ListOfComponents_ICO}" = "X" ] && [ X"$( echo ${config_UserChoices_ExpType} | grep LAM )" = "X" ] ); then 
    633633        if [ ${RESOL_NBP} == 40  ] ; then 
    634634            valuei=144 
  • CONFIG/UNIFORM/v7/IPSLCM7/GENERAL/DRIVER/orchidee.driver

    r6903 r6925  
    259259 
    260260    # Set interpolated output grid depending on resoultion, only if ICO component is set in config.card 
    261     if [ ! "X${config_ListOfComponents_ICO}" = "X" ] ; then    
     261    if ( [ ! "X${config_ListOfComponents_ICO}" = "X" ] && [ X"$( echo ${config_UserChoices_ExpType} | grep LAM )" = "X" ] ); then 
    262262        if [ ${RESOL_NBP} == 40  ] ; then 
    263263            valuei=144 
Note: See TracChangeset for help on using the changeset viewer.