Changeset 751
- Timestamp:
- Aug 1, 2012, 1:25:47 AM (12 years ago)
- Location:
- trunk/LMDZ.GENERIC
- Files:
-
- 3 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/README
r749 r751 750 750 - Bug fix in physiq : the size of OLR_nu is L_NSPECTI and not L_NSPECTV 751 751 - A more robust aerosol_mod + iniaerosol : problems with ifort+parallel solved, while still OK with other compilers and seq runs. 752 753 == 01/08/2012 == AS754 - Changed name of physiq to physiqg to allow for easy interfacing with latest LMDz dynamical core. -
trunk/LMDZ.GENERIC/libf/dyn3d/calfis.F
r750 r751 421 421 422 422 423 CALL physiq g(ngridmx,llm,nq,423 CALL physiq (ngridmx,llm,nq, 424 424 , debut,lafin, 425 425 , rday_ecri,heure,dtphys, -
trunk/LMDZ.GENERIC/libf/phystd/physiq.F90
r750 r751 1 subroutine physiq g(ngrid,nlayer,nq, &1 subroutine physiq(ngrid,nlayer,nq, & 2 2 firstcall,lastcall, & 3 3 pday,ptime,ptimestep, & … … 1757 1757 1758 1758 return 1759 end subroutine physiq g1759 end subroutine physiq -
trunk/LMDZ.GENERIC/libf/phystd/rcm1d.F
r750 r751 739 739 740 740 741 CALL physiq g(1,llm,nqmx,741 CALL physiq (1,llm,nqmx, 742 742 , firstcall,lastcall, 743 743 , day,time,dtphys,
Note: See TracChangeset
for help on using the changeset viewer.