Ignore:
Timestamp:
Jan 7, 2014, 3:24:20 PM (11 years ago)
Author:
milmd
Message:

LMDZ.GENERIC. sorry. previous commit (r1151) incuded a bug in inifis.F. forgot an elementary rule of fortran.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/phystd/inifis.F

    r1151 r1155  
    449449         write(*,*)" aeroback2lay = ",aeroback2lay
    450450
    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)"
    452453         obs_tau_col_tropo=8.D0
    453454         call getin("obs_tau_col_tropo",obs_tau_col_tropo)
    454455         write(*,*)" obs_tau_col_tropo = ",obs_tau_col_tropo
    455456
    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)"
    457459         obs_tau_col_strato=0.08D0
    458460         call getin("obs_tau_col_strato",obs_tau_col_strato)
     
    479481         write(*,*)" pres_top_strato = ",pres_top_strato
    480482
    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"
    482485         size_tropo=2.e-6
    483486         call getin("size_tropo",size_tropo)
    484487         write(*,*)" size_tropo = ",size_tropo
    485488
    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"
    487491         size_strato=1.e-7
    488492         call getin("size_strato",size_strato)
Note: See TracChangeset for help on using the changeset viewer.