- Timestamp:
- Jul 22, 2024, 9:29:09 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/phylmd/phys_output_mod.F90
r5098 r5099 1 1 ! $Id$ 2 !3 2 4 3 MODULE phys_output_mod … … 310 309 ! afin d avoir une seule sortie mensuelle par mois lorsque l on tourne 311 310 ! par annee (IM). 312 ! 311 313 312 idayref = day_ref 314 313 IF (klon_glo==1) THEN … … 414 413 spectband(ISW)=(wn1_sun(ISW)+wn2_sun(ISW))/2 415 414 ENDDO 416 ! 415 417 416 !!! ajout axe vertical spectband : solar band number 418 417 CALL wxios_add_vaxis("spectband", NSW, spectband, positif='down') … … 650 649 651 650 ipos=scan(str,'0123456789.',.TRUE.) 652 ! 651 653 652 il=len_trim(str) 654 653 WRITE(lunout,*) "ipos = ", ipos
Note: See TracChangeset
for help on using the changeset viewer.