Changeset 3950
- Timestamp:
- Nov 4, 2025, 4:13:19 PM (4 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.PLUTO/libf/dynphy_lonlat/phypluto/newstart.F
r3941 r3950 113 113 REAL,ALLOCATABLE :: field_inputs(:,:) 114 114 REAL, ALLOCATABLE :: n2fracfi(:) 115 REAL, ALLOCATABLE :: n2fracdat(:,:)116 115 117 116 INTEGER i,j,l,isoil,ig,idum,k … … 240 239 !allocate n2frac 241 240 allocate(n2fracfi(ngridmx)) 242 allocate(n2fracdat(iip1, jjp1))243 241 244 242 ! get value of nsoilmx and allocate corresponding arrays … … 562 560 zgamS(:,:)=0 563 561 ztheS(:,:)=0 562 n2fracfi(:)=1. 564 563 565 564 write(*,*) "Enter value of albedo of the bare ground:" … … 604 603 CALL gr_dyn_fi(1,iip1,jjp1,ngridmx,phisold_newgrid,phisfi) 605 604 ! Initialize n2frac 606 n2fracfi( :)=1.605 n2fracfi(1:ngridmx)=1. 607 606 608 607 ierr= NF_CLOSE(nid) … … 611 610 !do nothing, start and startfi have already been read 612 611 ! Initialize n2frac 613 n2fracfi( :)=1.612 n2fracfi(1:ngridmx)=1. 614 613 else 615 614 CALL exit(1) … … 657 656 write(*,*) 'diurnal_TI: diurnal thermal inertia for all terr' 658 657 write(*,*) 'initsurf: initial surface temperature (global)' 659 write(*,*) 'modtsurf: initial surface temperature (global)'658 write(*,*) 'modtsurf: initial surface + soil temperature' 660 659 write(*,*) 'copylat: copy tsurf and tsoil latitude' 661 660 write(*,*) 'copylatlon: copy tsurf and tsoil lat/lon'
Note: See TracChangeset
for help on using the changeset viewer.
