Changeset 1155 for trunk/LMDZ.GENERIC/libf/phystd
- Timestamp:
- Jan 7, 2014, 3:24:20 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/inifis.F
r1151 r1155 449 449 write(*,*)" aeroback2lay = ",aeroback2lay 450 450 451 write(*,*)"TWOLAY AEROSOL: total optical depth in the tropospheric layer (visible)" 451 write(*,*)"TWOLAY AEROSOL: total optical depth ", 452 & "in the tropospheric layer (visible)" 452 453 obs_tau_col_tropo=8.D0 453 454 call getin("obs_tau_col_tropo",obs_tau_col_tropo) 454 455 write(*,*)" obs_tau_col_tropo = ",obs_tau_col_tropo 455 456 456 write(*,*)"TWOLAY AEROSOL: total optical depth in the stratospheric layer (visible)" 457 write(*,*)"TWOLAY AEROSOL: total optical depth ", 458 & "in the stratospheric layer (visible)" 457 459 obs_tau_col_strato=0.08D0 458 460 call getin("obs_tau_col_strato",obs_tau_col_strato) … … 479 481 write(*,*)" pres_top_strato = ",pres_top_strato 480 482 481 write(*,*)"TWOLAY AEROSOL: particle size in the tropospheric layer, in meters" 483 write(*,*)"TWOLAY AEROSOL: particle size in the ", 484 & "tropospheric layer, in meters" 482 485 size_tropo=2.e-6 483 486 call getin("size_tropo",size_tropo) 484 487 write(*,*)" size_tropo = ",size_tropo 485 488 486 write(*,*)"TWOLAY AEROSOL: particle size in the stratospheric layer, in meters" 489 write(*,*)"TWOLAY AEROSOL: particle size in the ", 490 & "stratospheric layer, in meters" 487 491 size_strato=1.e-7 488 492 call getin("size_strato",size_strato)
Note: See TracChangeset
for help on using the changeset viewer.