Changeset 1150 for trunk/LMDZ.GENERIC
- Timestamp:
 - Jan 6, 2014, 10:27:56 PM (12 years ago)
 - Location:
 - trunk/LMDZ.GENERIC
 - Files:
 - 
          
- 1 added
 - 5 edited
 
- 
          deftank/saturn1d/compile (modified) (1 diff)
 - 
          deftank/saturn1d/profile (added)
 - 
          deftank/saturn1d/rcm1d.def (modified) (2 diffs)
 - 
          libf/phystd/physiq.F90 (modified) (2 diffs)
 - 
          libf/phystd/profile.F (modified) (1 diff)
 - 
          libf/phystd/rcm1d.F (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
trunk/LMDZ.GENERIC/deftank/saturn1d/compile
r1135 r1150 1 1 #! /bin/bash 2 2 3 #/donnees/aslmd/MODELES/LMDZ.GENERIC/makegcm -d 32 -t 0 -b 38x36 rcm1d4 3 /donnees/aslmd/MODELES/LMDZ.GENERIC/makegcm -d 64 -t 0 -b 20x30 rcm1d 4 #/donnees/aslmd/MODELES/LMDZ.GENERIC/makegcm -d 32 -t 0 -b 20x30 rcm1d  - 
        
trunk/LMDZ.GENERIC/deftank/saturn1d/rcm1d.def
r995 r1150 41 41 # Number of steps between each writing in diagfi 42 42 ecritphy=5000 43 44 # OVERRIDE callphys.def settings 45 # ... this to ensure compliancy with the low day_step value above 46 iradia = 25 43 47 44 48 … … 89 93 # ichoice=7 constant T + gaussian perturbation (km) 90 94 # ichoice=8 Read in an ascii file "profile" 91 ichoice = 195 ichoice = 8 92 96 # Reference temperature tref (K) 93 97 tref = 200.  - 
        
trunk/LMDZ.GENERIC/libf/phystd/physiq.F90
r1133 r1150 1350 1350 !----------------------------------------------------------------------- 1351 1351 1352 if (.not.nosurf) then 1353 1352 1354 ! Increment surface temperature 1353 1355 tsurf(1:ngrid)=tsurf(1:ngrid)+ptimestep*zdtsurf(1:ngrid) … … 1358 1360 ptimestep,tsurf,tsoil,capcal,fluxgrd) 1359 1361 endif 1362 1363 endif ! if (.not.nosurf) 1360 1364 1361 1365 !-------------------------  - 
        
trunk/LMDZ.GENERIC/libf/phystd/profile.F
r253 r1150 175 175 c --------- 176 176 177 ! first value is surface temperature 178 ! then profile of atmospheric temperature 177 179 ELSE IF(ichoice.GE.8) THEN 178 180 OPEN(11,file='profile',status='old',form='formatted',err=101)  - 
        
trunk/LMDZ.GENERIC/libf/phystd/rcm1d.F
r970 r1150 677 677 temp(ilayer)=tmp2(ilayer) 678 678 ENDDO 679 679 print*,"check" 680 PRINT*,"INPUT SURFACE TEMPERATURE",tsurf 681 PRINT*,"INPUT TEMPERATURE PROFILE",temp 680 682 681 683 c Initialisation albedo / inertie du sol  
Note: See TracChangeset
          for help on using the changeset viewer.
      