Ignore:
Timestamp:
03/09/23 17:02:01 (16 months ago)
Author:
acosce
Message:

Merge between ICOLMDZOR and ICOLMDZORINCA

  • add in ICOLMDZOR possibility to nudge winds on experiments like it's done in regular configurations (flag ok_guide in dynamico.card ant not any more in lmdz.card)
  • uniformisation in ICOLMDZORINCA of monitoring.cfg files names
  • take in ICOLMDZORINCA modification of surface parameters
  • add in ICOLMDZOR management of nbtrac from dynamico.driver
  • add in ICOLMDZORINCA parameter for co2_ppm0
File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v7/ICOLMDZORINCA_v7/GENERAL/DRIVER/dynamico.driver

    r6060 r6337  
    5252    fi 
    5353 
    54  
     54    # set number of tracer in run_dynamico.def  
    5555    IGCM_comp_modifyDefFile nonblocker run_dynamico.def nqtot ${nbtrac} 
    56  
    57  
    5856 
    5957    # Set lenght for execution  
     
    121119    fi 
    122120 
    123     if [ -f nudging_dynamico.xml ] ; then 
    124         echo '<context id="icosagcm" src="./nudging_dynamico.xml" />'  >> add.tmp 
     121    if [  X${dynamico_UserChoices_ok_guide} = Xy ] ; then 
     122        if [ -f nudging_dynamico.xml ] ; then 
     123            echo '<context id="icosagcm" src="./nudging_dynamico.xml" />'  >> add.tmp 
     124        else 
     125            IGCM_debug_Exit "you choose ok_guide=y and forget to add the copy of nudging_dynamico.xml file in dynamico.card" 
     126            IGCM_debug_Verif_Exit 
     127        fi 
    125128    fi 
    126129 
     
    154157    fi 
    155158 
    156     #remove unlimited time axis  
     159    #remove unlimited time axis on winds files  
    157160    if [ -f u.nc ] ; then  
    158161        nccopy -u u.nc tmp.nc 
Note: See TracChangeset for help on using the changeset viewer.