Changeset 3378 for LMDZ6/trunk
- Timestamp:
- Jul 24, 2018, 1:15:20 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/conf_phys_m.F90
r3357 r3378 154 154 155 155 REAL,SAVE :: R_ecc_omp,R_peri_omp,R_incl_omp,solaire_omp 156 REAL :: solaire_omp_init 156 157 LOGICAL,SAVE :: ok_suntime_rrtm_omp 157 158 REAL,SAVE :: co2_ppm_omp, RCO2_omp, co2_ppm_per_omp, RCO2_per_omp … … 575 576 !valeur AMIP II 576 577 solaire_omp = 1365. 578 solaire_omp_init = solaire_omp !--we keep track of the default value 577 579 CALL getin('solaire', solaire_omp) 578 580 ! … … 2432 2434 CALL abort_physic('conf_phys','choice iflag_rrtm not valid',1) 2433 2435 ENDIF 2436 !--here we test that solaire has not been changed if ok_suntime_rrtm is activated 2437 IF (ok_suntime_rrtm.AND.ABS(solaire-solaire_omp_init).GT.1.E-10) THEN 2438 WRITE(lunout,*) ' ERROR ok_suntime_rrtm=y and solaire is provided in def file' 2439 CALL abort_physic('conf_phys','ok_suntime_rrtm=y and solaire is provided',1) 2440 ENDIF 2434 2441 #ifdef CPP_StratAer 2435 2442 IF (iflag_rrtm .NE. 1) THEN … … 2469 2476 CALL abort_physic('conf_phys', 'read_climoz need to be to zero if chemistry_couple=y ', 1) 2470 2477 ENDIF 2471 2472 2478 2473 2479 ! flag_aerosol need to be different to zero if ok_cdnc is activated
Note: See TracChangeset
for help on using the changeset viewer.