Changeset 4341


Ignore:
Timestamp:
03/21/19 14:37:11 (5 years ago)
Author:
jgipsl
Message:

Corrected error

File:
1 edited

Legend:

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

    r4323 r4341  
    4242 
    4343        # Use iflag_phys=101 or higher to activate aquaplanet mode 
    44         if [ X${dynamico_UserChoices_iflag_phys} = X ] || X${dynamico_UserChoices_iflag_phys} = X1 ]; then  
     44        if [ X${dynamico_UserChoices_iflag_phys} = X ] || [ X${dynamico_UserChoices_iflag_phys} = X1 ]; then  
    4545            # iflag_phys is not set or iflag_phys=1 => run is not an aquaplanet 
    4646            IGCM_comp_modifyDefFile nonblocker run_dynamico.def etat0              database 
Note: See TracChangeset for help on using the changeset viewer.