Ignore:
Timestamp:
07/11/14 13:49:38 (10 years ago)
Author:
omamce
Message:

OM : correct pomputation of LagAtm?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/DRIVER/oasis.driver

    r2267 r2282  
    5959    nsplit_phys=$( lmdzgrep nsplit_phys physiq.def ) 
    6060 
     61    IGCM_debug_Print 3 "Parametre de calcul Lag LMDZ recuperes " ${day_step} ${iphysiq} ${nsplit_phys} 
     62 
     63    [[ ${nsplit_phys} -eq 0 || "X${nsplit_phys}" = "X" ]] && nsplit_phys=1 
     64 
     65    IGCM_debug_Print 3 "Parametre de calcul Lag LMDZ mis a jour " ${day_step} ${iphysiq} ${nsplit_phys} 
     66                                                               
    6167    (( LagAtm = 86400 / day_step * iphysiq / nsplit_phys )) 
    6268 
Note: See TracChangeset for help on using the changeset viewer.