Changeset 535 for trunk


Ignore:
Timestamp:
Feb 17, 2012, 11:34:42 PM (13 years ago)
Author:
rwordsworth
Message:

fixed kappa bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/dyn3d/newstart.F

    r374 r535  
    176176!      CHARACTER*80 :: visu_file
    177177
    178       cpp    = 744.499 ! for Mars, instead of 1004.70885 (Earth)
    179       preff  = 610.    ! for Mars, instead of 101325. (Earth)
    180       pa     = 20      ! for Mars, instead of 500 (Earth)
     178!      cpp    = 744.499 ! for Mars, instead of 1004.70885 (Earth)
     179!      preff  = 610.    ! for Mars, instead of 101325. (Earth)
     180!      pa     = 20      ! for Mars, instead of 500 (Earth)
     181      cpp    = 0.
     182      preff  = 0.
     183      pa     = 0. ! to ensure disaster rather than minor error if we don`t
     184                  ! make deliberate choice of these values elsewhere.
    181185
    182186c=======================================================================
     
    343347      daysec = p_daysec
    344348
    345 !      print*,'daysec=',p_daysec
    346 !      stop
    347 
    348 !      write(*,*) 'aire',aire
     349      kappa = 8.314*1000./(p_mugaz*p_cpp) ! added by RDW
    349350
    350351
     
    17261727      end if
    17271728
    1728 
    17291729c=======================================================================
    17301730c=======================================================================
Note: See TracChangeset for help on using the changeset viewer.