Ignore:
Timestamp:
04/05/24 15:18:20 (3 months ago)
Author:
aclsce
Message:

Merge ICOLMDZORINCA_v7_work into IPSLCM7_work

  • Added LAM experiments into ICOLMDZ and ICOLMDZOR experiment directory
  • Use of guided_type variable (instead of ok_guide) into dynamico.card
  • Added create_etat0_limit_unstruct_mod.F90 into SOURCES/LMDZ to fix bad termination in case of create_etat0 with DYNAMICO.
File:
1 edited

Legend:

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

    r6789 r6791  
    5959 
    6060    #  Activate nudging if ok_guide=y set in dynamico.card 
    61     if [  X${dynamico_UserChoices_ok_guide} = Xy ] ; then 
    62         IGCM_comp_modifyDefFile nonblocker run_dynamico.def guided_type  nudging 
     61    if [ X${dynamico_UserChoices_guided_type} != X ] ; then 
     62        IGCM_comp_modifyDefFile nonblocker run_dynamico.def guided_type ${dynamico_UserChoices_guided_type}  
    6363    else 
    6464        IGCM_comp_modifyDefFile nonblocker run_dynamico.def guided_type  none 
     
    7676        if [ X${dynamico_UserChoices_iflag_phys} = X ] || [ X${dynamico_UserChoices_iflag_phys} = X1 ]; then  
    7777            # iflag_phys is not set or iflag_phys=1 => run is not an aquaplanet 
    78             IGCM_comp_modifyDefFile nonblocker run_dynamico.def etat0              database 
     78            IGCM_comp_modifyDefFile nonblocker run_dynamico.def etat0              ${dynamico_UserChoices_etat0} 
    7979            IGCM_comp_modifyDefFile nonblocker run_dynamico.def iflag_phys         1 
    8080        else 
     
    124124    fi 
    125125 
    126     if [  X${dynamico_UserChoices_ok_guide} = Xy ] ; then 
     126    if [ X${dynamico_UserChoices_guided_type} = Xnudging_forcing ] || [ X${dynamico_UserChoices_guided_type} = Xnudging ] ; then 
    127127        if [ -f nudging_dynamico.xml ] ; then 
    128128            echo '<context id="icosagcm" src="./nudging_dynamico.xml" />'  >> add.tmp 
    129129        else 
    130             IGCM_debug_Exit "you choose ok_guide=y and forget to add the copy of nudging_dynamico.xml file in dynamico.card" 
     130            IGCM_debug_Exit "you choose to activate guided mode and forget to add the copy of nudging_dynamico.xml file in dynamico.card" 
    131131            IGCM_debug_Verif_Exit 
    132132        fi 
Note: See TracChangeset for help on using the changeset viewer.